]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
authorVictor Stinner <vstinner@python.org>
Mon, 13 Jan 2020 17:46:59 +0000 (18:46 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2020 17:46:59 +0000 (18:46 +0100)
commit2b1df4592e1691017414337514c6e378eb639498
tree3db8c91a4964ac46aad3686c80f0cdbc8493b30c
parent3430c55417f59078ac397c343894a3ee82a39624
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)

_Py_FinishPendingCalls() now expects a tstate argument, instead of a
runtime argument.
Include/internal/pycore_ceval.h
Python/ceval.c
Python/pylifecycle.c