File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ CPython development and spend extra effort adjusting to changes.
5555Stable Application Binary Interface
5656===================================
5757
58+ For simplicity, this document talks about *extensions *, but the Limited API
59+ and Stable ABI work the same way for all uses of the API – for example,
60+ embedding Python.
61+
5862.. _limited-c-api :
5963
6064Limited C API
@@ -96,10 +100,6 @@ The Stable ABI contains symbols exposed in the :ref:`Limited API
96100<limited-c-api>`, but also other ones – for example, functions necessary to
97101support older versions of the Limited API.
98102
99- (For simplicity, this document talks about *extensions *, but the Limited API
100- and Stable ABI work the same way for all uses of the API – for example,
101- embedding Python.)
102-
103103On Windows, extensions that use the Stable ABI should be linked against
104104``python3.dll `` rather than a version-specific library such as
105105``python39.dll ``.
Original file line number Diff line number Diff line change @@ -1309,11 +1309,6 @@ check-abidump: all
13091309
13101310.PHONY: regen-limited-abi
13111311regen-limited-abi: all
1312- # Regenerate files using using Tools/build/stable_abi.py:
1313- # - Doc/data/stable_abi.dat
1314- # - Lib/test/test_stable_abi_ctypes.py
1315- # - Modules/_testcapi_feature_macros.inc
1316- # - PC/python3dll.c
13171312 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.toml
13181313
13191314############################################################################
You can’t perform that action at this time.
0 commit comments