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.
55
55
Stable Application Binary Interface
56
56
===================================
57
57
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
+
58
62
.. _limited-c-api :
59
63
60
64
Limited C API
@@ -96,10 +100,6 @@ The Stable ABI contains symbols exposed in the :ref:`Limited API
96
100
<limited-c-api>`, but also other ones – for example, functions necessary to
97
101
support older versions of the Limited API.
98
102
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
-
103
103
On Windows, extensions that use the Stable ABI should be linked against
104
104
``python3.dll `` rather than a version-specific library such as
105
105
``python39.dll ``.
Original file line number Diff line number Diff line change @@ -1308,11 +1308,6 @@ check-abidump: all
1308
1308
1309
1309
.PHONY: regen-limited-abi
1310
1310
regen-limited-abi: all
1311
- # Regenerate files using using Tools/build/stable_abi.py:
1312
- # - Doc/data/stable_abi.dat
1313
- # - Lib/test/test_stable_abi_ctypes.py
1314
- # - Modules/_testcapi_feature_macros.inc
1315
- # - PC/python3dll.c
1316
1311
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.toml
1317
1312
1318
1313
############################################################################
You can’t perform that action at this time.
0 commit comments