Skip to content

Commit ff23015

Browse files
authored
bpo-44117: Add C API section to What's New in Python 3.11 (pythonGH-26071)
Add also references to PyFrame_BlockPop() removal.
1 parent 3611db5 commit ff23015

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Doc/whatsnew/3.11.rst

+23-3
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ Optimizations
9999
almost eliminated when no exception is raised.
100100
(Contributed by Mark Shannon in :issue:`40222`.)
101101

102-
Build and C API Changes
103-
=======================
104102

105-
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.
103+
Build Changes
104+
=============
105+
106106

107107
Deprecated
108108
==========
@@ -119,3 +119,23 @@ Porting to Python 3.11
119119

120120
This section lists previously described changes and other bugfixes
121121
that may require changes to your code.
122+
123+
124+
C API Changes
125+
=============
126+
127+
New Features
128+
------------
129+
130+
Porting to Python 3.11
131+
----------------------
132+
133+
Deprecated
134+
----------
135+
136+
Removed
137+
-------
138+
139+
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been
140+
removed.
141+
(Contributed by Mark Shannon in :issue:`40222`.)

0 commit comments

Comments
 (0)