Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) | Serhiy Storchaka | 2017-06-23 | 1 | -5/+14 |
* | bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) | Victor Stinner | 2017-06-22 | 1 | -0/+15 |
* | reinitialize an Event's Condition with a regular lock (closes #25319) | Benjamin Peterson | 2015-10-06 | 1 | -0/+8 |
* | Make some tests more frienly to MemoryError. | Serhiy Storchaka | 2015-03-28 | 1 | -2/+6 |
* | Issue #7282: Fix a memory leak when an RLock was used in a thread other | Antoine Pitrou | 2009-11-09 | 1 | -0/+13 |
* | Issue #7270: Add some dedicated unit tests for multi-thread synchronization | Antoine Pitrou | 2009-11-06 | 1 | -0/+533 |