Issue #7194: test_thread could try to release an unacquired mutex (and fail).
commit7d8bdf1abd6e10359823f5923af407a1e0a5f1fd
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 23 Oct 2009 18:32:15 +0000 (23 18:32 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 23 Oct 2009 18:32:15 +0000 (23 18:32 +0000)
tree625abd60b35b2439079e9954de25cd26a722ef51
parentb4bf6757ac5dcf5b4e35ff86876385b8a51dea4b
Issue #7194: test_thread could try to release an unacquired mutex (and fail).

git-svn-id: http://svn.python.org/projects/python/trunk@75633 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_thread.py