[issue25362] In threading module, use with instead of try finally

Roundup Robot report at bugs.python.org
Sat Oct 10 22:37:07 EDT 2015


Roundup Robot added the comment:

New changeset 9049134eecae by Benjamin Peterson in branch '2.7':
use the with statement for locking the internal condition (closes #25362)
https://hg.python.org/cpython/rev/9049134eecae

New changeset 62e87422a1a9 by Benjamin Peterson in branch '3.4':
use the with statement for locking the internal condition (closes #25362)
https://hg.python.org/cpython/rev/62e87422a1a9

New changeset 794101c6e560 by Benjamin Peterson in branch '3.5':
merge 3.4 (#25362)
https://hg.python.org/cpython/rev/794101c6e560

New changeset 555ab69f071a by Benjamin Peterson in branch 'default':
merge 3.5 (#25362)
https://hg.python.org/cpython/rev/555ab69f071a

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25362>
_______________________________________


More information about the Python-bugs-list mailing list