Skip to content

Commit 0ab3d8b

Browse files
committed
Add earlier Py_mod_* constants to stable ABI manifest
1 parent fb65552 commit 0ab3d8b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Doc/data/stable_abi.dat

Lines changed: 4 additions & 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,10 @@
19021902
added = '3.5'
19031903
[data.PyModuleDef_Type]
19041904
added = '3.5'
1905+
[const.Py_mod_create]
1906+
added = '3.5'
1907+
[const.Py_mod_exec]
1908+
added = '3.5'
19051909

19061910
# New slots in 3.5:
19071911
# d51374ed78a3e3145911a16cdf3b9b84b3ba7d15 - Matrix multiplication (PEP 465)
@@ -2444,6 +2448,9 @@
24442448
added = '3.12'
24452449
[const.Py_TPFLAGS_ITEMS_AT_END]
24462450
added = '3.12'
2451+
[const.Py_mod_multiple_interpreters]
2452+
added = '3.12'
2453+
24472454
[function.PyImport_AddModuleRef]
24482455
added = '3.13'
24492456
[function.PyWeakref_GetRef]
@@ -2522,6 +2529,8 @@
25222529
added = '3.13'
25232530
[function.PyEval_GetFrameLocals]
25242531
added = '3.13'
2532+
[const.Py_mod_gil]
2533+
added = '3.12'
25252534

25262535
[function.Py_TYPE]
25272536
added = '3.14'

0 commit comments

Comments
 (0)