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
This commit is contained in:
Victor Stinner 2022-05-11 01:28:17 +02:00 committed by GitHub
parent 63794dbc93
commit 303e5d57bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -139,5 +139,3 @@ Deprecated
Removed
-------
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.