commit | e75ff35af2b6c85d48c68b95f295aeac7396b162 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Mon Jun 18 20:30:44 2012 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Mon Jun 18 20:30:44 2012 +0000 |
tree | 2a416019134e19290cf88c9b43de3cd9a91791aa | |
parent | 633c4d919978bbccae239a69d99180b6d2afcd40 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index d84da80..93aeaf8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ - Issue #14673: Add Eric Snow's sys.implementation implementation. +- Issue #15038: Optimize python Locks on Windows. + Library -------