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

2015-10-10 Thread Roundup Robot
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

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

2015-10-10 Thread Nir Soffer
Changes by Nir Soffer : Added file: http://bugs.python.org/file40741/0001-In-threading-module-use-with-instead-of-try-finally.patch ___ Python tracker ___ __

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

2015-10-10 Thread Eric V. Smith
Changes by Eric V. Smith : -- title: Use with instead of try finally -> In threading module, use with instead of try finally ___ Python tracker ___ _