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 neologix
Recipients alex, christian.heimes, dstufft, hynek, jcea, neologix, pitrou, python-dev, tarek, vstinner
Date 2013-08-24.18:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1XezuJB6SdtQpTUampmwtbM_dMa-3Y3XfMfWygAbHCPw@mail.gmail.com>
In-reply-to <CAH_1eM2TZc4kbQKNhSVAB4o9sdZR+DJURmDArVrpj8YHr1KnLQ@mail.gmail.com>
Content
Or more precisely, just run the test in a subprocess. That should fix
the OS X failure if we don't restore the RLIMIT_NOFILE limits, and
will make the test more robust (but you can't reuse the new test,
since it won't work with lazy-opening).
History
Date User Action Args
2013-08-24 18:10:53neologixsetrecipients: + neologix, jcea, pitrou, vstinner, christian.heimes, tarek, alex, python-dev, hynek, dstufft
2013-08-24 18:10:53neologixlinkissue18756 messages
2013-08-24 18:10:53neologixcreate