Serhiy Storchaka added the comment:

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.

----------
resolution:  -> fixed
stage: commit review -> committed/rejected
status: open -> closed
versions:  -Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11714>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to