summaryrefslogtreecommitdiffstats
path: root/Lib/test/lock_tests.py
Commit message (Expand)AuthorAgeFilesLines
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-061-0/+8
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-2/+6
* Issue #7282: Fix a memory leak when an RLock was used in a thread otherAntoine Pitrou2009-11-091-0/+13
* Issue #7270: Add some dedicated unit tests for multi-thread synchronizationAntoine Pitrou2009-11-061-0/+533