Skip to content

Commit 0c6ce22

Browse files
authored
Update filename of Misc/stable_abi.toml (GH-847)
CPython change: python/cpython#92026 Heads-up/discussion: https://mail.python.org/archives/list/[email protected]/thread/C66LFKFO23BACJ673FVF7E2VS5TBP6DW/ I didn't add a note for older versions: released versions should *never* get new stable ABI entries.
1 parent 457d32d commit 0c6ce22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,17 +212,17 @@ Adding a new definition to the Limited API
212212
213213
with the ``yy`` corresponding to the target CPython version, e.g.
214214
``0x030A0000`` for Python 3.10.
215-
- Append an entry to the Stable ABI manifest, ``Misc/stable_abi.txt``.
215+
- Append an entry to the Stable ABI manifest, ``Misc/stable_abi.toml``
216216
- Regenerate the autogenerated files using ``make regen-limited-abi``.
217217
On platforms without ``make``, run this command directly:
218218

219219
.. code-block:: shell
220220
221-
./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.txt
221+
./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.toml
222222
223223
- Build Python and check the using ``make check-limited-abi``.
224224
On platforms without ``make``, run this command directly:
225225

226226
.. code-block:: shell
227227
228-
./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.txt
228+
./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.toml

0 commit comments

Comments
 (0)