]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100720: refactor calculation of number of frame slots for a code object into the...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 4 Jan 2023 13:37:06 +0000 (13:37 +0000)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 13:37:06 +0000 (13:37 +0000)
commitc31e356a10aa60b5967b9aaf80b9984059e46461
tree774e48afaea4e83f9b14c46e8d20cc14e018d92d
parent5fb1c08e15b864d8ea9353a0e013166e2e0e2160
gh-100720: refactor calculation of number of frame slots for a code object into the new function _PyFrame_NumSlotsForCodeObject (#100722)
Include/internal/pycore_frame.h
Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-50-42.gh-issue-100720.UhE7P-.rst [new file with mode: 0644]
Objects/frameobject.c
Objects/genobject.c
Tools/build/deepfreeze.py