From 303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 11 May 2022 01:28:17 +0200 Subject: 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 --- Doc/whatsnew/3.12.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index af8973a..461d9db 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. -- cgit v0.12