Skip to content

Commit 58ab9bd

Browse files
committed
restore stable ABI symbols
1 parent 38f0571 commit 58ab9bd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Doc/data/stable_abi.dat

Lines changed: 0 additions & 6 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,18 +1632,24 @@
16321632
added = '3.2'
16331633
[function.Py_GetExecPrefix]
16341634
added = '3.2'
1635+
abi_only = true
16351636
[function.Py_GetPath]
16361637
added = '3.2'
1638+
abi_only = true
16371639
[function.Py_GetPlatform]
16381640
added = '3.2'
16391641
[function.Py_GetPrefix]
16401642
added = '3.2'
1643+
abi_only = true
16411644
[function.Py_GetProgramFullPath]
16421645
added = '3.2'
1646+
abi_only = true
16431647
[function.Py_GetProgramName]
16441648
added = '3.2'
1649+
abi_only = true
16451650
[function.Py_GetPythonHome]
16461651
added = '3.2'
1652+
abi_only = true
16471653
[function.Py_GetRecursionLimit]
16481654
added = '3.2'
16491655
[function.Py_GetVersion]

Python/pathconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ _Py_GetStdlibDir(void)
295295
return NULL;
296296
}
297297

298+
298299
/* removed in 3.15, but kept for stable ABI compatibility */
299300
PyAPI_FUNC(wchar_t *)
300301
Py_GetPrefix(void)

0 commit comments

Comments
 (0)