]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tools/build/stable_abi.py: Improve ergonomics (GH-105355)
authorPetr Viktorin <encukou@gmail.com>
Tue, 17 Sep 2024 12:32:04 +0000 (14:32 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 12:32:04 +0000 (14:32 +0200)
commit4d0971934145698bc57d287bb9fe9112bd325899
tree441f0798699302b65839c129144e93061d2b4c03
parent28aea5d07d163105b42acd81c1651397ef95ea57
Tools/build/stable_abi.py: Improve ergonomics (GH-105355)

* Tools/build/stable_abi.py: Improve ergonomics

- Make the manifest file argument optional
- Output resolved paths with --list (getting rid of `../../`)
- Mention --all or --generate-all if no actions are specified

* Don't hardcode Misc/stable_abi.toml in Makefile, rely on the default
Makefile.pre.in
Tools/build/stable_abi.py