summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorshadchin <[email protected]>2026-06-16 07:25:49 +0300
committershadchin <[email protected]>2026-06-16 07:42:20 +0300
commitdf2a7e62a83fbba76ad9321dab4e5a8425572323 (patch)
tree0563159f8d79705642e55dd7e342d9fa7b70d4fa /library/python
parent6397fc3235eca95c40664f08fe90822b21c2d46a (diff)
Fix after rXXXXXX
commit_hash:b4aceec4e96804efb9379df3d7f282da26d0cf66
Diffstat (limited to 'library/python')
-rw-r--r--library/python/symbols/python/syms.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/python/symbols/python/syms.cpp b/library/python/symbols/python/syms.cpp
index 8b9a0590322..6b21087ce0a 100644
--- a/library/python/symbols/python/syms.cpp
+++ b/library/python/symbols/python/syms.cpp
@@ -5,8 +5,8 @@
// Internal API not declared by <Python.h>; declared opaquely to take &sym.
#if PY_VERSION_HEX >= 0x030b0000
extern "C" {
-void _PyFrame_IsEntryFrame();
-void _PyMem_GetCurrentAllocatorName();
+PyAPI_FUNC(int) _PyFrame_IsEntryFrame();
+PyAPI_FUNC(const char *) _PyMem_GetCurrentAllocatorName();
}
#endif