Skip to content
Snippets Groups Projects
Unverified Commit 11a608d2 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

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
parent d8104d13
No related branches found
No related tags found
No related merge requests found
......@@ -94,11 +94,6 @@ Optimizations
Build and C API Changes
=======================
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.
Deprecated
==========
......@@ -124,3 +119,25 @@ Changes in the Python API
The group name in bytes patterns and replacement strings can now only
contain ASCII letters and digits and underscore.
(Contributed by Serhiy Storchaka in :gh:`91760`.)
Build Changes
=============
C API Changes
=============
New Features
------------
Porting to Python 3.12
----------------------
Deprecated
----------
Removed
-------
* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment