File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,10 +502,6 @@ specifically:
502502 purpose in :pep: `793 `, with a new :c:type: `PySlot ` structure
503503 introduced in :pep: `820 `.
504504
505- The reference documentation for these features is complete, but currently
506- aimed at early adopters.
507- A migration guide is planned for an upcoming beta release.
508-
509505Note that Stable ABI does not offer all the functionality that CPython
510506has to offer.
511507Extensions that cannot switch to ``abi3t `` should continue to build for
@@ -521,6 +517,9 @@ If not using a build tool -- or when writing such a tool -- you can select
521517``abi3t `` by setting the macro :c:macro: `!Py_TARGET_ABI3T ` as discussed
522518in :ref: `abi3-compiling `.
523519
520+ A practical :ref: `migration guide <abi3t-migration-howto >` for switching to
521+ ``abi3t `` is available.
522+
524523.. seealso :: :pep:`803` for further details.
525524
526525
You can’t perform that action at this time.
0 commit comments