Skip to content

Commit b3e31c6

Browse files
committed
I'm not good with numbers
1 parent f83f6b4 commit b3e31c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ agen() for x in a)``.
384384

385385
.. _whatsnew315-abi3t:
386386

387-
:pep:`903`: ``abi3t`` -- Stable ABI for Free-Threaded Builds
387+
:pep:`803`: ``abi3t`` -- Stable ABI for Free-Threaded Builds
388388
------------------------------------------------------------
389389

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

405405
Note that Stable ABI does not offer all functionality CPython has to offer.
406406
Extensions that cannot switch to ``abi3t`` should continue to build for

0 commit comments

Comments
 (0)