Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
I'm not good with numbers
  • Loading branch information
encukou committed Apr 2, 2026
commit b3e31c665f5ef4a8c04317d7c679192153877e76
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ agen() for x in a)``.

.. _whatsnew315-abi3t:

:pep:`903`: ``abi3t`` -- Stable ABI for Free-Threaded Builds
:pep:`803`: ``abi3t`` -- Stable ABI for Free-Threaded Builds
------------------------------------------------------------

C extensions that target the :ref:`Stable ABI <stable-abi>` can now be
Expand All @@ -400,7 +400,7 @@ specifically:
part of the instance struct; and
- Switching from a ``PyInit_`` function to a new export hook,
:c:func:`PyModExport_* <PyModExport_modulename>`, introduced for this
purpose in :pep:`903`.
purpose in :pep:`793`.

Note that Stable ABI does not offer all functionality CPython has to offer.
Comment thread
encukou marked this conversation as resolved.
Outdated
Extensions that cannot switch to ``abi3t`` should continue to build for
Expand Down
Loading