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

Mark Shannon report at bugs.python.org
Sat Jul 14 01:22:08 CEST 2012


Mark Shannon <mark at hotpy.org> added the comment:

Larry, you're the expert on this.

Looks to me like the format character in PyArg_ParseTuple in posix_fchown and kin should be 'k' (unsigned long) rather than 'l' (signed long).

----------
nosy: +Mark.Shannon, larry
type:  -> behavior

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


More information about the Python-bugs-list mailing list