Mark Shannon <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue15301> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
