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 rosslagerwall
Recipients belopolsky, georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-06.14:33:22
SpamBayes Score 6.609062e-08
Marked as misclassified No
Message-id <1294324408.87.0.519557321036.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch reuses iov allocation code between readv & writev.
It reuses code between exec, execve & fexecve.
It reuses code for parsing off_t types.

I've tried where possible to reuse code but I think though that the code seems pretty standard for the posix module. Each function pretty much parses args, calls posix function, checks for error and returns result.
History
Date User Action Args
2011-01-06 14:33:28rosslagerwallsetrecipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, belopolsky, pitrou, giampaolo.rodola
2011-01-06 14:33:28rosslagerwallsetmessageid: <1294324408.87.0.519557321036.issue10812@psf.upfronthosting.co.za>
2011-01-06 14:33:23rosslagerwalllinkissue10812 messages
2011-01-06 14:33:23rosslagerwallcreate