We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d310d commit 940cc97Copy full SHA for 940cc97
developer-workflow/c-api.rst
@@ -375,14 +375,14 @@ Adding a new definition to the Limited API
375
376
.. code-block:: shell
377
378
- ./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.toml
+ ./python ./Tools/build/stable_abi.py --generate-all ./Misc/stable_abi.toml
379
380
- Build Python and check the using ``make check-limited-abi``.
381
On platforms without ``make``, run this command directly:
382
383
384
385
- ./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.toml
+ ./python ./Tools/build/stable_abi.py --all ./Misc/stable_abi.toml
386
387
- Add tests -- see below.
388
0 commit comments