commit | 557934f5a9a23908603365e483af3434f3c98284 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 06 22:41:14 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 06 22:41:14 2009 +0000 |
tree | ecb14756332276c5bf294b9362e3da62fcdbedcc | |
parent | 1766b9d10e2b0d657bbadde664aeeab5ae9b3966 [diff] |
Merged revisions 76137 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76137 | antoine.pitrou | 2009-11-06 23:34:35 +0100 (ven., 06 nov. 2009) | 4 lines Issue #7270: Add some dedicated unit tests for multi-thread synchronization primitives such as Lock, RLock, Condition, Event and Semaphore. ........