[Python-checkins] What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)

vstinner webhook-mailer at python.org
Tue May 10 19:28:35 EDT 2022


https://github.com/python/cpython/commit/303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122
commit: 303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2022-05-11T01:28:17+02:00
summary:

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

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index af8973ae20304..461d9db793400 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.



More information about the Python-checkins mailing list