File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
390390C 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
405405Note that Stable ABI does not offer all functionality CPython has to offer.
406406Extensions that cannot switch to ``abi3t `` should continue to build for
You can’t perform that action at this time.
0 commit comments