Message95062
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. |
|
Date |
User |
Action |
Args |
2009-11-09 08:03:37 | gregory.p.smith | set | recipients:
+ gregory.p.smith, loewis, amaury.forgeotdarc, solinym, dmalcolm |
2009-11-09 08:03:36 | gregory.p.smith | set | messageid: <1257753816.96.0.911645253889.issue6508@psf.upfronthosting.co.za> |
2009-11-09 08:03:35 | gregory.p.smith | link | issue6508 messages |
2009-11-09 08:03:35 | gregory.p.smith | create | |
|