]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Mar 2019 13:19:38 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2019 13:19:38 +0000 (14:19 +0100)
commita712679a2bffffefaacdc05f788d6ea50f72a561
tree0817aa4a7817a52e2aa6b9876d61bdcc3a7742e8
parent29198ea1c6d58f87389136b0ac0b8b2318dbac24
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)

_PyEval_FiniThreads() now free the pending lock.
Python/ceval.c