[Python-Dev] [Python-checkins] cpython (3.3): Reject float as uid or gid.
Serhiy Storchaka
storchaka at gmail.com
Mon Feb 11 16:07:31 CET 2013
More information about the Python-Dev mailing list
Mon Feb 11 16:07:31 CET 2013
- Previous message: [Python-Dev] [Python-checkins] cpython (3.3): Reject float as uid or gid.
- Next message: [Python-Dev] _not_found attribute on ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11.02.13 01:06, Eric V. Smith wrote: > Instead of special-casing float, isn't using __index__ the preferred way > to do this? Perhaps. I just copied this code from PyArg_ParseTuple*() for 'l' format.
- Previous message: [Python-Dev] [Python-checkins] cpython (3.3): Reject float as uid or gid.
- Next message: [Python-Dev] _not_found attribute on ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list