Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65b320 commit 877ea88Copy full SHA for 877ea88
1 file changed
PC/python3.def
@@ -727,6 +727,7 @@ EXPORTS
727
Py_DecodeLocale=python39.Py_DecodeLocale
728
Py_EncodeLocale=python39.Py_EncodeLocale
729
Py_EndInterpreter=python39.Py_EndInterpreter
730
+ Py_EnterRecursiveCall=python39.Py_EnterRecursiveCall
731
Py_Exit=python39.Py_Exit
732
Py_FatalError=python39.Py_FatalError
733
Py_FileSystemDefaultEncodeErrors=python39.Py_FileSystemDefaultEncodeErrors DATA
@@ -750,6 +751,7 @@ EXPORTS
750
751
Py_Initialize=python39.Py_Initialize
752
Py_InitializeEx=python39.Py_InitializeEx
753
Py_IsInitialized=python39.Py_IsInitialized
754
+ Py_LeaveRecursiveCall=python39.Py_LeaveRecursiveCall
755
Py_Main=python39.Py_Main
756
Py_MakePendingCalls=python39.Py_MakePendingCalls
757
Py_NewInterpreter=python39.Py_NewInterpreter
0 commit comments