mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add ABI dump script (#94135)
This commit is contained in:
parent
28a2ccfff2
commit
8e6eccabe8
3 changed files with 12 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -150,3 +150,6 @@ Python/frozen_modules/MANIFEST
|
|||
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
||||
/python
|
||||
!/Python/
|
||||
|
||||
# main branch only: ABI files are not checked/maintained
|
||||
Doc/data/python*.abi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue