diff options
| author | Victor Stinner <vstinner@python.org> | 2023-06-06 08:40:32 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 08:40:32 (GMT) |
| commit | bae415ad02c79cf3a2eec4aa6969221a12e6716f (patch) | |
| tree | cd81929f1c58898b7a052d1480a60520a23942b9 /PC/python3dll.c | |
| parent | 00d73caf804c0474980e471347d6385757af975f (diff) | |
| download | cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.zip cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.gz cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.bz2 | |
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
* Add "limited-c-api" and "stable-api" references.
* Rename "stable-abi-list" reference to "limited-api-list".
* Makefile: Document files regenerated by "make regen-limited-abi"
* Remove first empty line in generated files:
- Lib/test/test_stable_abi_ctypes.py
- PC/python3dll.c
Diffstat (limited to 'PC/python3dll.c')
| -rwxr-xr-x | PC/python3dll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c index f2c0d9d..5665d55 100755 --- a/PC/python3dll.c +++ b/PC/python3dll.c @@ -1,4 +1,3 @@ - /* Re-export stable Python ABI */ /* Generated by Tools/build/stable_abi.py */ |
