]> granicus.if.org Git - python/commit
Issue #15038: Optimize python Locks on Windows
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 18 Jun 2012 20:30:44 +0000 (20:30 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 18 Jun 2012 20:30:44 +0000 (20:30 +0000)
commite75ff35af2b6c85d48c68b95f295aeac7396b162
tree2a416019134e19290cf88c9b43de3cd9a91791aa
parent633c4d919978bbccae239a69d99180b6d2afcd40
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.
Misc/NEWS
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval_gil.h
Python/condvar.h [new file with mode: 0644]
Python/thread_nt.h