File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,17 +212,17 @@ Adding a new definition to the Limited API
212
212
213
213
with the ``yy `` corresponding to the target CPython version, e.g.
214
214
``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 ``
216
216
- Regenerate the autogenerated files using ``make regen-limited-abi ``.
217
217
On platforms without ``make ``, run this command directly:
218
218
219
219
.. code-block :: shell
220
220
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
222
222
223
223
- Build Python and check the using ``make check-limited-abi ``.
224
224
On platforms without ``make ``, run this command directly:
225
225
226
226
.. code-block :: shell
227
227
228
- ./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.txt
228
+ ./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.toml
You can’t perform that action at this time.
0 commit comments