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 yorick
Recipients d_kagedal, gregory.p.smith, vstinner, yorick
Date 2008-09-22.16:43:48
SpamBayes Score 0.00011581775
Marked as misclassified No
Message-id <1222101864.42.0.971309040992.issue3392@psf.upfronthosting.co.za>
In-reply-to
Content
As the comment in the original bug report said, you need to raise the
file descriptor limit to something well above 2000 before running the
test case.

Needless to say, you may need to do that part as root in case that would
exceed your hard RLIMIT_NOFILE limit.
History
Date User Action Args
2008-09-22 16:44:24yoricksetrecipients: + yorick, gregory.p.smith, vstinner, d_kagedal
2008-09-22 16:44:24yoricksetmessageid: <1222101864.42.0.971309040992.issue3392@psf.upfronthosting.co.za>
2008-09-22 16:43:49yoricklinkissue3392 messages
2008-09-22 16:43:48yorickcreate