]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
authorMark Shannon <mark@hotpy.org>
Thu, 25 Aug 2022 09:16:55 +0000 (10:16 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Aug 2022 09:16:55 +0000 (10:16 +0100)
commitc09fa7542c6d9b724e423b14c6fb5f4338eabd12
treee65689bd1bbb0d69a4cd54f3e475e79cc8d92d89
parent8db7693bbff55f5ed4bfc194c77c561e71471bf3
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Include/internal/pycore_frame.h
Misc/NEWS.d/next/Core and Builtins/2022-08-24-14-30-26.gh-issue-96237.msif5f.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Objects/frameobject.c
Python/ceval.c
Python/frame.c