Closed
Description
Describe the bug
In the devguide here, it states:
Regenerate the autogenerated files using make regen-limited-abi. On platforms without make, run this command directly:
./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.toml
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
Metadata
Metadata
Assignees
Labels
No labels