[issue4591] 32-bits unsigned user/group identifier

Mark Dickinson report at bugs.python.org
Mon Feb 11 08:29:58 CET 2013


Mark Dickinson added the comment:

> (perhaps we need as PyNumber_AsLongIndex() to do the direct conversion
> to a C long, it would make things easier in many cases)

+1, but drop the 'Index' part of the name, to match the existing PyNumber_AsSsize_t.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4591>
_______________________________________


More information about the Python-bugs-list mailing list