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 nirs
Recipients nirs
Date 2015-11-04.22:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446677150.66.0.649715763686.issue25551@psf.upfronthosting.co.za>
In-reply-to
Content
test_reset_internal_locks is looking at Event's _cond._lock - this make it harder to change internal details of the Condition object and make the test fragile.

We should test the condition behavior instead.
History
Date User Action Args
2015-11-04 22:45:50nirssetrecipients: + nirs
2015-11-04 22:45:50nirssetmessageid: <1446677150.66.0.649715763686.issue25551@psf.upfronthosting.co.za>
2015-11-04 22:45:50nirslinkissue25551 messages
2015-11-04 22:45:50nirscreate