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 brian.curtin, gregory.p.smith, pitrou, tim.golden
Date 2010-09-18.21:12:43
SpamBayes Score 0.0005535786
Marked as misclassified No
Message-id <AANLkTim=1zz9ABcOLxuM4RMz2cs8n5LjibV0VHUQ0+Jh@mail.gmail.com>
In-reply-to <1284834296.27.0.356977051477.issue9895@psf.upfronthosting.co.za>
Content
Overall I like the approach.

A few questions / clarifications:

 is errno.EMFILE portable?  will that errno test work on both posix and
windows?

 should the is_resource_enabled('subprocess') stuff be preserved (why was it
there to begin with? because the old test took so long?)
Files
File name Uploaded
unnamed gregory.p.smith, 2010-09-18.21:12:43
History
Date User Action Args
2010-09-18 21:12:46gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, tim.golden, brian.curtin
2010-09-18 21:12:43gregory.p.smithlinkissue9895 messages
2010-09-18 21:12:43gregory.p.smithcreate