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 pitrou
Recipients brian.curtin, gregory.p.smith, pitrou, tim.golden
Date 2010-09-18.21:27:35
SpamBayes Score 1.8173934e-05
Marked as misclassified No
Message-id <1284845251.3220.29.camel@localhost.localdomain>
In-reply-to <AANLkTim=1zz9ABcOLxuM4RMz2cs8n5LjibV0VHUQ0+Jh@mail.gmail.com>
Content
> A few questions / clarifications:
> 
>  is errno.EMFILE portable?  will that errno test work on both posix and
> windows?

It does (tested under Linux and a Win64 VM).

>  should the is_resource_enabled('subprocess') stuff be preserved (why was it
> there to begin with? because the old test took so long?)

I guess the latter: the test was so long, especially on slow machines,
that it was only enabled selectively.
History
Date User Action Args
2010-09-18 21:27:38pitrousetrecipients: + pitrou, gregory.p.smith, tim.golden, brian.curtin
2010-09-18 21:27:36pitroulinkissue9895 messages
2010-09-18 21:27:35pitroucreate