File tree 2 files changed +4
-9
lines changed
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 @@ -1309,11 +1309,6 @@ check-abidump: all
1309
1309
1310
1310
.PHONY: regen-limited-abi
1311
1311
regen-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
1317
1312
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.toml
1318
1313
1319
1314
############################################################################
You can’t perform that action at this time.
0 commit comments