You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a platform without make, so I went for the second option. Unfortunately, there's no such script! Tools/scripts/stable_api.py doesn't exist in the CPython repo currently. As such, the instructions didn't work.
Expected behavior
I expected the instructions to work
The text was updated successfully, but these errors were encountered:
Ugh. Yes, looks like it was moved to Tools/build/stable_abi.py in python/cpython#97963
There might be more:
$ git grep Tools/scripts
developer-workflow/c-api.rst:381: ./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.toml
developer-workflow/c-api.rst:388: ./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.toml
internals/interpreter.rst:49:Some code objects are pre-loaded into the interpreter using ``Tools/scripts/deepfreeze.py``, which writes ``Python/deepfreeze/deepfreeze.c``.
testing/run-write-tests.rst:94:You can also execute the ``Tools/scripts/run_tests.py`` script as found in a
Describe the bug
In the devguide here, it states:
I'm using a platform without
make
, so I went for the second option. Unfortunately, there's no such script!Tools/scripts/stable_api.py
doesn't exist in the CPython repo currently. As such, the instructions didn't work.Expected behavior
I expected the instructions to work
The text was updated successfully, but these errors were encountered: