summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authornative-api <ivan_pozdeev@mail.ru>2019-02-02 16:22:55 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2019-02-02 16:22:55 (GMT)
commit05e922136a3286893bd489a8f2ecfa0dba4da368 (patch)
tree7a55264220909fe484efe8e656a94fbe9bb6bb75 /Misc
parent00e9c55d27aff3e445ab4c8629cf4d59f46ff945 (diff)
downloadcpython-05e922136a3286893bd489a8f2ecfa0dba4da368.zip
cpython-05e922136a3286893bd489a8f2ecfa0dba4da368.tar.gz
cpython-05e922136a3286893bd489a8f2ecfa0dba4da368.tar.bz2
bpo-33316: PyThread_release_lock always fails (GH-6541)
Use correct interpretation of return value from APIs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst b/Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst
new file mode 100644
index 0000000..5517679
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst
@@ -0,0 +1 @@
+PyThread_release_lock always fails