[issue15301] os.chown: OverflowError: Python int too large to convert to C long

Larry Hastings report at bugs.python.org
Thu Aug 8 08:44:55 CEST 2013


Larry Hastings added the comment:

Benjamin, do you want my elaborate fix in for 2.7?  It means adding two new converters, one for pid and one for gid, and switching everything that takes pid/gid arguments to use those.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list