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 rhettinger
Recipients dstanek, ezio.melotti, flox, rhettinger, stutzbach
Date 2010-08-06.10:38:05
SpamBayes Score 1.987563e-05
Marked as misclassified No
Message-id <1281091087.16.0.972969867671.issue8757@psf.upfronthosting.co.za>
In-reply-to
Content
See r83757, r83756, and r83755.

The existing unittests prove the script does what it is supposed to do.  The new code is just a different approach to the same problem so that it is less likely to be user visible.

The attached set-race.py fragment is an incorrect test.  The docs state that the object should not be read by another thread.   So, this "test" would be validating a behavior that is not guaranteed either in this implementation or in others.
History
Date User Action Args
2010-08-06 10:38:07rhettingersetrecipients: + rhettinger, dstanek, stutzbach, ezio.melotti, flox
2010-08-06 10:38:07rhettingersetmessageid: <1281091087.16.0.972969867671.issue8757@psf.upfronthosting.co.za>
2010-08-06 10:38:05rhettingerlinkissue8757 messages
2010-08-06 10:38:05rhettingercreate