Skip to content

Commit da293e3

Browse files
committed
Add to limited API manifest
1 parent c5740af commit da293e3

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

Doc/data/stable_abi.dat

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/test/test_stable_abi_ctypes.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Misc/stable_abi.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,6 +2575,7 @@
25752575
added = '3.14'
25762576
[function.Py_PACK_VERSION]
25772577
added = '3.14'
2578+
25782579
[function.PySys_GetAttr]
25792580
added = '3.15'
25802581
[function.PySys_GetAttrString]
@@ -2583,3 +2584,24 @@
25832584
added = '3.15'
25842585
[function.PySys_GetOptionalAttrString]
25852586
added = '3.15'
2587+
[function.PyABIInfo_Check]
2588+
added = '3.15'
2589+
[macro.PyABIInfo_VAR]
2590+
added = '3.15'
2591+
[struct.PyABIInfo]
2592+
added = '3.15'
2593+
struct_abi_kind = 'full-abi'
2594+
[const.Py_mod_abi]
2595+
added = '3.15'
2596+
[const.PyABIInfo_DEFAULT_ABI_VERSION]
2597+
added = '3.15'
2598+
[const.PyABIInfo_DEFAULT_FLAGS]
2599+
added = '3.15'
2600+
[const.PyABIInfo_STABLE]
2601+
added = '3.15'
2602+
[const.PyABIInfo_FREETHREADED]
2603+
added = '3.15'
2604+
[const.PyABIInfo_GIL]
2605+
added = '3.15'
2606+
[const.PyABIInfo_FREETHREADING_AGNOSTIC]
2607+
added = '3.15'

PC/python3dll.c

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)