summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 08:40:32 (GMT)
committerGitHub <noreply@github.com>2023-06-06 08:40:32 (GMT)
commitbae415ad02c79cf3a2eec4aa6969221a12e6716f (patch)
treecd81929f1c58898b7a052d1480a60520a23942b9 /PC/python3dll.c
parent00d73caf804c0474980e471347d6385757af975f (diff)
downloadcpython-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-xPC/python3dll.c1
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 */