Skip to content

Commit

Permalink
What's New in Python 3.12: move C API at the end (python#92555)
Browse files Browse the repository at this point in the history
* Separate Build and C API changes in two sections
* Add sub-sections to the C API changes
  • Loading branch information
vstinner authored May 9, 2022
1 parent d8104d1 commit 11a608d
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ Optimizations



Build and C API Changes
=======================

* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed.

Deprecated
==========

Expand All @@ -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 comments on commit 11a608d

Please sign in to comment.