]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 7 Nov 2023 08:49:30 +0000 (08:49 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 08:49:30 +0000 (08:49 +0000)
commit13405ecffda6c66d6a5cf2a22dff892c108c69db
tree2e577ae47a09aa34276d2ce4d1d10f373116eb0a
parentd2ddfccfb40e22bbdd75b28b444fd7b33dfe38db
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
Doc/reference/datamodel.rst
Doc/whatsnew/3.13.rst
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2023-11-06-16-44-09.gh-issue-79932.2qv7uD.rst [new file with mode: 0644]
Objects/frameobject.c