| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #7282: Fix a memory leak when an RLock was used in a thread other | Antoine Pitrou | 2009-11-09 | 1 | -0/+13 |
| | | | | | | than those started through `threading.Thread` (for example, using `thread.start_new_thread()`. | ||||
| * | Issue #7270: Add some dedicated unit tests for multi-thread synchronization | Antoine Pitrou | 2009-11-06 | 1 | -0/+533 |
| primitives such as Lock, RLock, Condition, Event and Semaphore. | |||||
