commit | 6d34bbbfc7ac1a5a8d518ed1b767239de26650c5 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Fri Apr 29 17:25:29 2016 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Fri Apr 29 17:25:29 2016 +0300 |
tree | 5b621cc638f780829fe11bfdbbbfd55d87ce882d | |
parent | 5d6fd8c9365980f106748e9d716e458ac352f32f [diff] |
Issue #25551: Test condition behavior instead of its internals test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer.