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 gregory.p.smith
Recipients amaury.forgeotdarc, dmalcolm, gregory.p.smith, loewis, solinym
Date 2009-11-09.08:03:32
SpamBayes Score 3.6472143e-06
Marked as misclassified No
Message-id <1257753816.96.0.911645253889.issue6508@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching an updated patch that includes unittests.

I also changed the set functions to take input as long's instead of int's 
as that is more likely to fit within a uid_t and forced the return values 
on the get's to fit within a long and used Py_BuildValue() to handle 
memory errors and such that could happen while allocating the ints and 
tuple rather than PyTuple_Pack.

Remaining work: os module documentation.
History
Date User Action Args
2009-11-09 08:03:37gregory.p.smithsetrecipients: + gregory.p.smith, loewis, amaury.forgeotdarc, solinym, dmalcolm
2009-11-09 08:03:36gregory.p.smithsetmessageid: <1257753816.96.0.911645253889.issue6508@psf.upfronthosting.co.za>
2009-11-09 08:03:35gregory.p.smithlinkissue6508 messages
2009-11-09 08:03:35gregory.p.smithcreate