diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-06-18 20:30:44 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-06-18 20:30:44 (GMT) |
commit | e75ff35af2b6c85d48c68b95f295aeac7396b162 (patch) | |
tree | 2a416019134e19290cf88c9b43de3cd9a91791aa /Misc | |
parent | 633c4d919978bbccae239a69d99180b6d2afcd40 (diff) | |
download | cpython-e75ff35af2b6c85d48c68b95f295aeac7396b162.zip cpython-e75ff35af2b6c85d48c68b95f295aeac7396b162.tar.gz cpython-e75ff35af2b6c85d48c68b95f295aeac7396b162.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 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 ------- |