commit | d194b30407bee1f38ad77f32dca3880853a6a308 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 22 22:51:00 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 22 22:51:00 2013 +0300 |
tree | 6f5650227734ba45596c47285119997ccb94f723 | |
parent | 4dc385b4e3a9f7c140ac9725f85d0e60ccce66e6 [diff] [blame] |
Issue #11714: Use 'with' statements to assure a Semaphore releases a condition variable. Original patch by Thomas Rachel.
diff --git a/Misc/NEWS b/Misc/NEWS index d633536..8b0bce4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Library ------- +- Issue #11714: Use 'with' statements to assure a Semaphore releases a + condition variable. Original patch by Thomas Rachel. + - Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.