mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Also mention that removals generally aren't allowed.
This commit is contained in:
parent
3cb357a2e6
commit
98e506ae8a
2 changed files with 41 additions and 0 deletions
|
@ -174,6 +174,7 @@ def parse_manifest(file):
|
|||
parent.abi_only = True
|
||||
else:
|
||||
raise_error(f"unknown kind {kind!r}")
|
||||
# When adding more, update the comment in stable_abi.txt.
|
||||
levels.append((entry, level))
|
||||
return manifest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue