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] |
Issue #11714: Use 'with' statements to assure a Semaphore releases a condition variable. Original patch by Thomas Rachel.