]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
authorVictor Stinner <vstinner@python.org>
Tue, 10 May 2022 23:28:17 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 23:28:17 +0000 (01:28 +0200)
What's New in Python 3.11: "PyFrame_BlockSetup() and
PyFrame_BlockPop() have been removed.  (Contributed by Mark Shannon
in bpo-40222.)"
https://docs.python.org/dev/whatsnew/3.11.html#id8

Doc/whatsnew/3.12.rst

index af8973ae2030409a12001331c8361eab0b3b241b..461d9db793400da71434d593c5349ec704064207 100644 (file)
@@ -139,5 +139,3 @@ Deprecated
 
 Removed
 -------
-
-* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.