mirror of https://github.com/python/cpython
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:
parent
63794dbc93
commit
303e5d57bc
|
@ -139,5 +139,3 @@ Deprecated
|
|||
|
||||
Removed
|
||||
-------
|
||||
|
||||
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.
|
||||
|
|
Loading…
Reference in New Issue