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 vstinner
Recipients neologix, pitrou, python-dev, vstinner
Date 2011-06-22.20:20:43
SpamBayes Score 5.342211e-06
Marked as misclassified No
Message-id <1308774043.84.0.77027062194.issue12363@psf.upfronthosting.co.za>
In-reply-to
Content
> Apart from removing those tests, I don't see what we can do here.

The previous version of the test rarely failed (only sometimes on the FreeBSD 6.4 buildbox). We may revert my commits to restore the previous test if the new tests fail more often.

> the real problem is that the 3s timeout to communicate is not
> enough, because spawning a new interpreter can take a long time

Right, I added a basic synchronization code to wait until the beginning of the test. Let see if it is better or worse ;-)
History
Date User Action Args
2011-06-22 20:20:43vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2011-06-22 20:20:43vstinnersetmessageid: <1308774043.84.0.77027062194.issue12363@psf.upfronthosting.co.za>
2011-06-22 20:20:43vstinnerlinkissue12363 messages
2011-06-22 20:20:43vstinnercreate