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 serhiy.storchaka
Recipients glglgl, pitrou, python-dev, serhiy.storchaka
Date 2013-04-22.20:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366661103.99.0.228310049438.issue11714@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the patch.

'try/finally' can't be replaced by 'with' statements in the _Event class because a conditional variable should be reinitialized in _reset_internal_locks() after fork.
History
Date User Action Args
2013-04-22 20:05:04serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, python-dev, glglgl
2013-04-22 20:05:03serhiy.storchakasetmessageid: <1366661103.99.0.228310049438.issue11714@psf.upfronthosting.co.za>
2013-04-22 20:05:03serhiy.storchakalinkissue11714 messages
2013-04-22 20:05:03serhiy.storchakacreate