From: Victor Stinner Date: Tue, 10 May 2022 23:28:17 +0000 (+0200) Subject: What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645) X-Git-Tag: v3.12.0a1~1591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122;p=thirdparty%2FPython%2Fcpython.git What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645) 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 --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index af8973ae2030..461d9db79340 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -139,5 +139,3 @@ Deprecated Removed ------- - -* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.