commit | f75774b5420e18264fcf0cd0a845f4f7377b74b7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 12:32:18 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 12:32:18 2009 +0000 |
tree | fe79bb586ea22bca61ca3ca5096f795fd895a39e | |
parent | 632e93fb4007f371e874e4b25badb4981e82ecd0 [diff] |
Merged revisions 75633 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75633 | antoine.pitrou | 2009-10-23 20:32:15 +0200 (ven., 23 oct. 2009) | 3 lines Issue #7194: test_thread could try to release an unacquired mutex (and fail). ........