mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #15038: Optimize python Locks on Windows
Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
This commit is contained in:
parent
633c4d9199
commit
e75ff35af2
6 changed files with 497 additions and 192 deletions
|
|
@ -26,6 +26,8 @@ Core and Builtins
|
|||
|
||||
- Issue #14673: Add Eric Snow's sys.implementation implementation.
|
||||
|
||||
- Issue #15038: Optimize python Locks on Windows.
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue