]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Pass reference to func, as well as args, when pushing frame. (GH-31100)
authorMark Shannon <mark@hotpy.org>
Thu, 3 Feb 2022 18:36:28 +0000 (18:36 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 18:36:28 +0000 (18:36 +0000)
commitda4d4ec1851714bb56a5e8d0c1cd5bf9842b4cee
tree0a59b7362a584322ba0042f411b28555353b4a67
parent2d080347d74078a55c47715d232d1ab8dc8cd603
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Include/internal/pycore_frame.h
Objects/frameobject.c
Python/ceval.c
Python/frame.c
Python/pystate.c