]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33316: PyThread_release_lock always fails (GH-6541)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Feb 2019 16:45:50 +0000 (08:45 -0800)
committerGitHub <noreply@github.com>
Sat, 2 Feb 2019 16:45:50 +0000 (08:45 -0800)
commitc851dfc99b28c7335d42abd8250bb77c11ce23c0
tree35d7bbe9c067efc5a7fc2108047271ea9c82972c
parenta2f4c4023314f69333d2e8cee68e316619f3d68e
bpo-33316: PyThread_release_lock always fails (GH-6541)

Use correct interpretation of return value from APIs.
(cherry picked from commit 05e922136a3286893bd489a8f2ecfa0dba4da368)

Co-authored-by: native-api <ivan_pozdeev@mail.ru>
Misc/NEWS.d/next/Windows/2018-04-20-03-24-07.bpo-33316.9IiJ8J.rst [new file with mode: 0644]
Python/thread_nt.h