Issue #7270: Add some dedicated unit tests for multi-thread synchronization
commit65eb9859adcc787f00eb0f4682cb0ef356b39f56
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 6 Nov 2009 22:34:35 +0000 (6 22:34 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 6 Nov 2009 22:34:35 +0000 (6 22:34 +0000)
treeccba91221011df78b3e47cdfcfe1c39214862bb9
parentbb1104069da2c99969050081b385a8421676a7d3
Issue #7270: Add some dedicated unit tests for multi-thread synchronization
primitives such as Lock, RLock, Condition, Event and Semaphore.

git-svn-id: http://svn.python.org/projects/python/trunk@76137 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/lock_tests.py [new file with mode: 0644]
Lib/test/test_thread.py
Lib/test/test_threading.py
Misc/NEWS