]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46670: Remove unused get_frame_state() function (GH-31177)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Feb 2022 00:25:44 +0000 (01:25 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 00:25:44 +0000 (01:25 +0100)
commit16f96a4cf9ab1e91e6e8e18232378bc4b42bb796
tree6e0765c392f5d74b5661318cd3288b5ab6ff2a2e
parent77b025be4a4cd5a3bfc1b1af560cc57e8e956c98
bpo-46670: Remove unused get_frame_state() function (GH-31177)

The PyFrame_MAXFREELIST macro is no longer defined.
Objects/frameobject.c