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 martin.panter
Recipients BreamoreBoy, Urs.Traber, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-03-21.23:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426980401.17.0.678339928692.issue22608@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe these patches work around the problem in these cases, but it sounds like the threading.Event class needs to grow a close() method or support the context manager protocol, rather than relying on the garbage collector to clean it up.
History
Date User Action Args
2015-03-21 23:26:41martin.pantersetrecipients: + martin.panter, r.david.murray, BreamoreBoy, serhiy.storchaka, Urs.Traber
2015-03-21 23:26:41martin.pantersetmessageid: <1426980401.17.0.678339928692.issue22608@psf.upfronthosting.co.za>
2015-03-21 23:26:41martin.panterlinkissue22608 messages
2015-03-21 23:26:41martin.pantercreate