]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Add _PyEval_EvalCode() (GH-17183)
authorVictor Stinner <vstinner@python.org>
Sat, 16 Nov 2019 00:03:22 +0000 (01:03 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2019 00:03:22 +0000 (01:03 +0100)
commitb5e170f127b57d5b0a4fb58f316acd6191509dce
treecb63be7c4be29eb144c748ec1dfa1fb7e05c4974
parent0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53
bpo-38644: Add _PyEval_EvalCode() (GH-17183)

_PyFunction_Vectorcall() now pass tstate to function calls.
Include/internal/pycore_ceval.h
Objects/call.c
Python/ceval.c