mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
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
This commit is contained in:
parent
d8104d13cd
commit
11a608d2b1
1 changed files with 22 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue