]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39877: 4th take_gil() fix for daemon threads (GH-19080)
authorVictor Stinner <vstinner@python.org>
Thu, 19 Mar 2020 18:48:25 +0000 (19:48 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 18:48:25 +0000 (19:48 +0100)
commita36adfa6bbf5e612a4d4639124502135690899b8
treecdd1ee17b4d00a0f51a92429f59ebe7425c82890
parentc691f209523e20797c7b696c3f171b37429f5b3f
bpo-39877: 4th take_gil() fix for daemon threads (GH-19080)

bpo-39877, bpo-40010: Add a third tstate_must_exit() check in
take_gil() to prevent using tstate which has been freed.
Python/ceval_gil.h