This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Shannon
Recipients Mark.Shannon, do1, larry
Date 2012-07-13.23:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342221728.55.0.686733505587.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-07-13 23:22:08Mark.Shannonsetrecipients: + Mark.Shannon, larry, do1
2012-07-13 23:22:08Mark.Shannonsetmessageid: <1342221728.55.0.686733505587.issue15301@psf.upfronthosting.co.za>
2012-07-13 23:22:08Mark.Shannonlinkissue15301 messages
2012-07-13 23:22:07Mark.Shannoncreate