]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Mar 2020 08:26:25 +0000 (09:26 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 08:26:25 +0000 (09:26 +0100)
commit56bfdebfb17ea9d3245b1f222e92b8e3b1ed6118
tree69de990dd515d603b5fc01f172320b7b304fda12
parent611836a69a7a98bb106b4d315ed76a1e17266f4f
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)

_PyEval_SignalAsyncExc() and _PyEval_FiniThreads() now expect tstate,
instead of ceval.
Include/internal/pycore_ceval.h
Python/ceval.c
Python/ceval_gil.h
Python/pylifecycle.c
Python/pystate.c