]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33316: PyThread_release_lock always fails (GH-6541)
authornative-api <ivan_pozdeev@mail.ru>
Sat, 2 Feb 2019 16:22:55 +0000 (19:22 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 2 Feb 2019 16:22:55 +0000 (08:22 -0800)
commit05e922136a3286893bd489a8f2ecfa0dba4da368
tree7a55264220909fe484efe8e656a94fbe9bb6bb75
parent00e9c55d27aff3e445ab4c8629cf4d59f46ff945
bpo-33316: PyThread_release_lock always fails (GH-6541)

Use correct interpretation of return value from APIs.
Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst [new file with mode: 0644]
Python/thread_nt.h