diff options
author | Victor Stinner <vstinner@python.org> | 2022-05-10 23:28:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 23:28:17 (GMT) |
commit | 303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122 (patch) | |
tree | be5984242195b8758f33947b5ea9967065e3c7d7 /Doc/whatsnew | |
parent | 63794dbc9351495526753eda0b1397a29b111f1b (diff) | |
download | cpython-303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122.zip cpython-303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122.tar.gz cpython-303e5d57bc8aeb48ae5ed9dae6ca6e7efeb66122.tar.bz2 |
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
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 0 insertions, 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. |