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 apexo
Recipients apexo, exarkun, gregory.p.smith, pitrou, serhiy.storchaka
Date 2012-12-05.07:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354693934.99.0.817877042374.issue8865@psf.upfronthosting.co.za>
In-reply-to
Content
What's a proper test for this? Testing, that the (now expected) exception occurs when invoking poll concurrently? Or rather, that the race condition does not occur? Last time I checked, pypy handled the concurrent poll invocation well, so it would fail both tests.
History
Date User Action Args
2012-12-05 07:52:15apexosetrecipients: + apexo, gregory.p.smith, exarkun, pitrou, serhiy.storchaka
2012-12-05 07:52:14apexosetmessageid: <1354693934.99.0.817877042374.issue8865@psf.upfronthosting.co.za>
2012-12-05 07:52:14apexolinkissue8865 messages
2012-12-05 07:52:14apexocreate