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 phantal
Recipients phantal, r.david.murray, vstinner
Date 2017-01-13.22:28:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484346524.56.0.793212125127.issue29265@psf.upfronthosting.co.za>
In-reply-to
Content
> It doesn't cause any real problem with the tests, though.  I routinely run with -j40 on my 2 cpu test box because the test run completes faster that way due to the way many tests spend time waiting for various things.

In my case it did because it caused enough file descriptors to be allocated that it hit the cap for max open file handles.
History
Date User Action Args
2017-01-13 22:28:44phantalsetrecipients: + phantal, vstinner, r.david.murray
2017-01-13 22:28:44phantalsetmessageid: <1484346524.56.0.793212125127.issue29265@psf.upfronthosting.co.za>
2017-01-13 22:28:44phantallinkissue29265 messages
2017-01-13 22:28:44phantalcreate