Skip to content

Commit 11a608d

Browse files
authored
What's New in Python 3.12: move C API at the end (#92555)
* Separate Build and C API changes in two sections * Add sub-sections to the C API changes
1 parent d8104d1 commit 11a608d

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

Doc/whatsnew/3.12.rst

+22-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ Optimizations
9494

9595

9696

97-
Build and C API Changes
98-
=======================
99-
100-
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.
101-
10297
Deprecated
10398
==========
10499

@@ -124,3 +119,25 @@ Changes in the Python API
124119
The group name in bytes patterns and replacement strings can now only
125120
contain ASCII letters and digits and underscore.
126121
(Contributed by Serhiy Storchaka in :gh:`91760`.)
122+
123+
124+
Build Changes
125+
=============
126+
127+
128+
C API Changes
129+
=============
130+
131+
New Features
132+
------------
133+
134+
Porting to Python 3.12
135+
----------------------
136+
137+
Deprecated
138+
----------
139+
140+
Removed
141+
-------
142+
143+
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.

0 commit comments

Comments
 (0)