]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 4 Dec 2020 22:05:58 +0000 (22:05 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 22:05:58 +0000 (22:05 +0000)
commit85f1dedb8d05774e0d3739be0a11cd970b98097f
tree4f453d8a7426c7550e5d2500334946fbd68c356f
parent2e0760bb2edb595050aff82f236cd32b44d3dfb3
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
.github/workflows/build.yml
.travis.yml
Doc/data/stable_abi.dat [new file with mode: 0644]
Makefile.pre.in
Tools/scripts/stable_abi.py [new file with mode: 0755]