Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15038: Document caveats with the emulated condition variables. | Kristjan Valur Jonsson | 2012-06-19 | 1 | -0/+29 |
| | |||||
* | Issue #15038: | Kristjan Valur Jonsson | 2012-06-19 | 1 | -5/+13 |
| | | | | | | Fix incorrect test of the condition variable state, spotted by Richard Oudkerk. This could cause the internal condition variable to grow without bounds. | ||||
* | Issue #15038: Optimize python Locks on Windows | Kristján Valur Jónsson | 2012-06-18 | 1 | -0/+353 |
Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows. |