Message181910
Serhiy Storchaka <report@bugs.python.org> wrote:
> > Not technically the topic of this issue, but should we just lock
> > down _Py_Uid_Converter() to ints?
>
> I just copied this code from PyArg_ParseTuple*() for 'l' format.
> > os.setuid(Decimal("1000.2"))
I know that this behavior wasn't introduced by you. It's perfectly fine
to use PyArg_ParseTuple() for guidance or to try to preserve the existing
behavior.
> >>> chr(Decimal('65.2'))
> 'A'
I just happen to think that PyArg_ParseTuple() is wrong here and we shouldn't
enable this "feature" in new code. Fixing these issues one by one is probably
the best way forward. |
|
Date |
User |
Action |
Args |
2013-02-11 16:58:12 | skrah | set | recipients:
+ skrah, sjoerd, amaury.forgeotdarc, mark.dickinson, pitrou, vstinner, eric.smith, python-dev, serhiy.storchaka |
2013-02-11 16:58:12 | skrah | link | issue4591 messages |
2013-02-11 16:58:12 | skrah | create | |
|