Skip to content

Commit 877ea88

Browse files
authored
bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399)
Add Py_EnterRecursiveCall and Py_LeaveRecursiveCall functions to python3.def.
1 parent c65b320 commit 877ea88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PC/python3.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ EXPORTS
727727
Py_DecodeLocale=python39.Py_DecodeLocale
728728
Py_EncodeLocale=python39.Py_EncodeLocale
729729
Py_EndInterpreter=python39.Py_EndInterpreter
730+
Py_EnterRecursiveCall=python39.Py_EnterRecursiveCall
730731
Py_Exit=python39.Py_Exit
731732
Py_FatalError=python39.Py_FatalError
732733
Py_FileSystemDefaultEncodeErrors=python39.Py_FileSystemDefaultEncodeErrors DATA
@@ -750,6 +751,7 @@ EXPORTS
750751
Py_Initialize=python39.Py_Initialize
751752
Py_InitializeEx=python39.Py_InitializeEx
752753
Py_IsInitialized=python39.Py_IsInitialized
754+
Py_LeaveRecursiveCall=python39.Py_LeaveRecursiveCall
753755
Py_Main=python39.Py_Main
754756
Py_MakePendingCalls=python39.Py_MakePendingCalls
755757
Py_NewInterpreter=python39.Py_NewInterpreter

0 commit comments

Comments
 (0)