You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

714 lines
36 KiB

15 years ago
10 years ago
  1. ; This file specifies the import forwarding for python3.dll
  2. ; It is used when building python3dll.vcxproj
  3. LIBRARY "python3"
  4. EXPORTS
  5. PyArg_Parse=python37.PyArg_Parse
  6. PyArg_ParseTuple=python37.PyArg_ParseTuple
  7. PyArg_ParseTupleAndKeywords=python37.PyArg_ParseTupleAndKeywords
  8. PyArg_UnpackTuple=python37.PyArg_UnpackTuple
  9. PyArg_VaParse=python37.PyArg_VaParse
  10. PyArg_VaParseTupleAndKeywords=python37.PyArg_VaParseTupleAndKeywords
  11. PyArg_ValidateKeywordArguments=python37.PyArg_ValidateKeywordArguments
  12. PyBaseObject_Type=python37.PyBaseObject_Type DATA
  13. PyBool_FromLong=python37.PyBool_FromLong
  14. PyBool_Type=python37.PyBool_Type DATA
  15. PyByteArrayIter_Type=python37.PyByteArrayIter_Type DATA
  16. PyByteArray_AsString=python37.PyByteArray_AsString
  17. PyByteArray_Concat=python37.PyByteArray_Concat
  18. PyByteArray_FromObject=python37.PyByteArray_FromObject
  19. PyByteArray_FromStringAndSize=python37.PyByteArray_FromStringAndSize
  20. PyByteArray_Resize=python37.PyByteArray_Resize
  21. PyByteArray_Size=python37.PyByteArray_Size
  22. PyByteArray_Type=python37.PyByteArray_Type DATA
  23. PyBytesIter_Type=python37.PyBytesIter_Type DATA
  24. PyBytes_AsString=python37.PyBytes_AsString
  25. PyBytes_AsStringAndSize=python37.PyBytes_AsStringAndSize
  26. PyBytes_Concat=python37.PyBytes_Concat
  27. PyBytes_ConcatAndDel=python37.PyBytes_ConcatAndDel
  28. PyBytes_DecodeEscape=python37.PyBytes_DecodeEscape
  29. PyBytes_FromFormat=python37.PyBytes_FromFormat
  30. PyBytes_FromFormatV=python37.PyBytes_FromFormatV
  31. PyBytes_FromObject=python37.PyBytes_FromObject
  32. PyBytes_FromString=python37.PyBytes_FromString
  33. PyBytes_FromStringAndSize=python37.PyBytes_FromStringAndSize
  34. PyBytes_Repr=python37.PyBytes_Repr
  35. PyBytes_Size=python37.PyBytes_Size
  36. PyBytes_Type=python37.PyBytes_Type DATA
  37. PyCFunction_Call=python37.PyCFunction_Call
  38. PyCFunction_ClearFreeList=python37.PyCFunction_ClearFreeList
  39. PyCFunction_GetFlags=python37.PyCFunction_GetFlags
  40. PyCFunction_GetFunction=python37.PyCFunction_GetFunction
  41. PyCFunction_GetSelf=python37.PyCFunction_GetSelf
  42. PyCFunction_New=python37.PyCFunction_New
  43. PyCFunction_NewEx=python37.PyCFunction_NewEx
  44. PyCFunction_Type=python37.PyCFunction_Type DATA
  45. PyCallIter_New=python37.PyCallIter_New
  46. PyCallIter_Type=python37.PyCallIter_Type DATA
  47. PyCallable_Check=python37.PyCallable_Check
  48. PyCapsule_GetContext=python37.PyCapsule_GetContext
  49. PyCapsule_GetDestructor=python37.PyCapsule_GetDestructor
  50. PyCapsule_GetName=python37.PyCapsule_GetName
  51. PyCapsule_GetPointer=python37.PyCapsule_GetPointer
  52. PyCapsule_Import=python37.PyCapsule_Import
  53. PyCapsule_IsValid=python37.PyCapsule_IsValid
  54. PyCapsule_New=python37.PyCapsule_New
  55. PyCapsule_SetContext=python37.PyCapsule_SetContext
  56. PyCapsule_SetDestructor=python37.PyCapsule_SetDestructor
  57. PyCapsule_SetName=python37.PyCapsule_SetName
  58. PyCapsule_SetPointer=python37.PyCapsule_SetPointer
  59. PyCapsule_Type=python37.PyCapsule_Type DATA
  60. PyClassMethodDescr_Type=python37.PyClassMethodDescr_Type DATA
  61. PyCodec_BackslashReplaceErrors=python37.PyCodec_BackslashReplaceErrors
  62. PyCodec_Decode=python37.PyCodec_Decode
  63. PyCodec_Decoder=python37.PyCodec_Decoder
  64. PyCodec_Encode=python37.PyCodec_Encode
  65. PyCodec_Encoder=python37.PyCodec_Encoder
  66. PyCodec_IgnoreErrors=python37.PyCodec_IgnoreErrors
  67. PyCodec_IncrementalDecoder=python37.PyCodec_IncrementalDecoder
  68. PyCodec_IncrementalEncoder=python37.PyCodec_IncrementalEncoder
  69. PyCodec_KnownEncoding=python37.PyCodec_KnownEncoding
  70. PyCodec_LookupError=python37.PyCodec_LookupError
  71. PyCodec_Register=python37.PyCodec_Register
  72. PyCodec_RegisterError=python37.PyCodec_RegisterError
  73. PyCodec_ReplaceErrors=python37.PyCodec_ReplaceErrors
  74. PyCodec_StreamReader=python37.PyCodec_StreamReader
  75. PyCodec_StreamWriter=python37.PyCodec_StreamWriter
  76. PyCodec_StrictErrors=python37.PyCodec_StrictErrors
  77. PyCodec_XMLCharRefReplaceErrors=python37.PyCodec_XMLCharRefReplaceErrors
  78. PyComplex_FromDoubles=python37.PyComplex_FromDoubles
  79. PyComplex_ImagAsDouble=python37.PyComplex_ImagAsDouble
  80. PyComplex_RealAsDouble=python37.PyComplex_RealAsDouble
  81. PyComplex_Type=python37.PyComplex_Type DATA
  82. PyDescr_NewClassMethod=python37.PyDescr_NewClassMethod
  83. PyDescr_NewGetSet=python37.PyDescr_NewGetSet
  84. PyDescr_NewMember=python37.PyDescr_NewMember
  85. PyDescr_NewMethod=python37.PyDescr_NewMethod
  86. PyDictItems_Type=python37.PyDictItems_Type DATA
  87. PyDictIterItem_Type=python37.PyDictIterItem_Type DATA
  88. PyDictIterKey_Type=python37.PyDictIterKey_Type DATA
  89. PyDictIterValue_Type=python37.PyDictIterValue_Type DATA
  90. PyDictKeys_Type=python37.PyDictKeys_Type DATA
  91. PyDictProxy_New=python37.PyDictProxy_New
  92. PyDictProxy_Type=python37.PyDictProxy_Type DATA
  93. PyDictValues_Type=python37.PyDictValues_Type DATA
  94. PyDict_Clear=python37.PyDict_Clear
  95. PyDict_Contains=python37.PyDict_Contains
  96. PyDict_Copy=python37.PyDict_Copy
  97. PyDict_DelItem=python37.PyDict_DelItem
  98. PyDict_DelItemString=python37.PyDict_DelItemString
  99. PyDict_GetItem=python37.PyDict_GetItem
  100. PyDict_GetItemString=python37.PyDict_GetItemString
  101. PyDict_GetItemWithError=python37.PyDict_GetItemWithError
  102. PyDict_Items=python37.PyDict_Items
  103. PyDict_Keys=python37.PyDict_Keys
  104. PyDict_Merge=python37.PyDict_Merge
  105. PyDict_MergeFromSeq2=python37.PyDict_MergeFromSeq2
  106. PyDict_New=python37.PyDict_New
  107. PyDict_Next=python37.PyDict_Next
  108. PyDict_SetItem=python37.PyDict_SetItem
  109. PyDict_SetItemString=python37.PyDict_SetItemString
  110. PyDict_Size=python37.PyDict_Size
  111. PyDict_Type=python37.PyDict_Type DATA
  112. PyDict_Update=python37.PyDict_Update
  113. PyDict_Values=python37.PyDict_Values
  114. PyEllipsis_Type=python37.PyEllipsis_Type DATA
  115. PyEnum_Type=python37.PyEnum_Type DATA
  116. PyErr_BadArgument=python37.PyErr_BadArgument
  117. PyErr_BadInternalCall=python37.PyErr_BadInternalCall
  118. PyErr_CheckSignals=python37.PyErr_CheckSignals
  119. PyErr_Clear=python37.PyErr_Clear
  120. PyErr_Display=python37.PyErr_Display
  121. PyErr_ExceptionMatches=python37.PyErr_ExceptionMatches
  122. PyErr_Fetch=python37.PyErr_Fetch
  123. PyErr_Format=python37.PyErr_Format
  124. PyErr_FormatV=python37.PyErr_FormatV
  125. PyErr_GivenExceptionMatches=python37.PyErr_GivenExceptionMatches
  126. PyErr_NewException=python37.PyErr_NewException
  127. PyErr_NewExceptionWithDoc=python37.PyErr_NewExceptionWithDoc
  128. PyErr_NoMemory=python37.PyErr_NoMemory
  129. PyErr_NormalizeException=python37.PyErr_NormalizeException
  130. PyErr_Occurred=python37.PyErr_Occurred
  131. PyErr_Print=python37.PyErr_Print
  132. PyErr_PrintEx=python37.PyErr_PrintEx
  133. PyErr_ProgramText=python37.PyErr_ProgramText
  134. PyErr_Restore=python37.PyErr_Restore
  135. PyErr_SetFromErrno=python37.PyErr_SetFromErrno
  136. PyErr_SetFromErrnoWithFilename=python37.PyErr_SetFromErrnoWithFilename
  137. PyErr_SetFromErrnoWithFilenameObject=python37.PyErr_SetFromErrnoWithFilenameObject
  138. PyErr_SetInterrupt=python37.PyErr_SetInterrupt
  139. PyErr_SetNone=python37.PyErr_SetNone
  140. PyErr_SetObject=python37.PyErr_SetObject
  141. PyErr_SetString=python37.PyErr_SetString
  142. PyErr_SyntaxLocation=python37.PyErr_SyntaxLocation
  143. PyErr_WarnEx=python37.PyErr_WarnEx
  144. PyErr_WarnExplicit=python37.PyErr_WarnExplicit
  145. PyErr_WarnFormat=python37.PyErr_WarnFormat
  146. PyErr_WriteUnraisable=python37.PyErr_WriteUnraisable
  147. PyEval_AcquireLock=python37.PyEval_AcquireLock
  148. PyEval_AcquireThread=python37.PyEval_AcquireThread
  149. PyEval_CallFunction=python37.PyEval_CallFunction
  150. PyEval_CallMethod=python37.PyEval_CallMethod
  151. PyEval_CallObjectWithKeywords=python37.PyEval_CallObjectWithKeywords
  152. PyEval_EvalCode=python37.PyEval_EvalCode
  153. PyEval_EvalCodeEx=python37.PyEval_EvalCodeEx
  154. PyEval_EvalFrame=python37.PyEval_EvalFrame
  155. PyEval_EvalFrameEx=python37.PyEval_EvalFrameEx
  156. PyEval_GetBuiltins=python37.PyEval_GetBuiltins
  157. PyEval_GetCallStats=python37.PyEval_GetCallStats
  158. PyEval_GetFrame=python37.PyEval_GetFrame
  159. PyEval_GetFuncDesc=python37.PyEval_GetFuncDesc
  160. PyEval_GetFuncName=python37.PyEval_GetFuncName
  161. PyEval_GetGlobals=python37.PyEval_GetGlobals
  162. PyEval_GetLocals=python37.PyEval_GetLocals
  163. PyEval_InitThreads=python37.PyEval_InitThreads
  164. PyEval_ReInitThreads=python37.PyEval_ReInitThreads
  165. PyEval_ReleaseLock=python37.PyEval_ReleaseLock
  166. PyEval_ReleaseThread=python37.PyEval_ReleaseThread
  167. PyEval_RestoreThread=python37.PyEval_RestoreThread
  168. PyEval_SaveThread=python37.PyEval_SaveThread
  169. PyEval_ThreadsInitialized=python37.PyEval_ThreadsInitialized
  170. PyExc_ArithmeticError=python37.PyExc_ArithmeticError DATA
  171. PyExc_AssertionError=python37.PyExc_AssertionError DATA
  172. PyExc_AttributeError=python37.PyExc_AttributeError DATA
  173. PyExc_BaseException=python37.PyExc_BaseException DATA
  174. PyExc_BufferError=python37.PyExc_BufferError DATA
  175. PyExc_BytesWarning=python37.PyExc_BytesWarning DATA
  176. PyExc_DeprecationWarning=python37.PyExc_DeprecationWarning DATA
  177. PyExc_EOFError=python37.PyExc_EOFError DATA
  178. PyExc_EnvironmentError=python37.PyExc_EnvironmentError DATA
  179. PyExc_Exception=python37.PyExc_Exception DATA
  180. PyExc_FloatingPointError=python37.PyExc_FloatingPointError DATA
  181. PyExc_FutureWarning=python37.PyExc_FutureWarning DATA
  182. PyExc_GeneratorExit=python37.PyExc_GeneratorExit DATA
  183. PyExc_IOError=python37.PyExc_IOError DATA
  184. PyExc_ImportError=python37.PyExc_ImportError DATA
  185. PyExc_ImportWarning=python37.PyExc_ImportWarning DATA
  186. PyExc_IndentationError=python37.PyExc_IndentationError DATA
  187. PyExc_IndexError=python37.PyExc_IndexError DATA
  188. PyExc_KeyError=python37.PyExc_KeyError DATA
  189. PyExc_KeyboardInterrupt=python37.PyExc_KeyboardInterrupt DATA
  190. PyExc_LookupError=python37.PyExc_LookupError DATA
  191. PyExc_MemoryError=python37.PyExc_MemoryError DATA
  192. PyExc_MemoryErrorInst=python37.PyExc_MemoryErrorInst DATA
  193. PyExc_NameError=python37.PyExc_NameError DATA
  194. PyExc_NotImplementedError=python37.PyExc_NotImplementedError DATA
  195. PyExc_OSError=python37.PyExc_OSError DATA
  196. PyExc_OverflowError=python37.PyExc_OverflowError DATA
  197. PyExc_PendingDeprecationWarning=python37.PyExc_PendingDeprecationWarning DATA
  198. PyExc_RecursionErrorInst=python37.PyExc_RecursionErrorInst DATA
  199. PyExc_ReferenceError=python37.PyExc_ReferenceError DATA
  200. PyExc_RuntimeError=python37.PyExc_RuntimeError DATA
  201. PyExc_RuntimeWarning=python37.PyExc_RuntimeWarning DATA
  202. PyExc_StopIteration=python37.PyExc_StopIteration DATA
  203. PyExc_SyntaxError=python37.PyExc_SyntaxError DATA
  204. PyExc_SyntaxWarning=python37.PyExc_SyntaxWarning DATA
  205. PyExc_SystemError=python37.PyExc_SystemError DATA
  206. PyExc_SystemExit=python37.PyExc_SystemExit DATA
  207. PyExc_TabError=python37.PyExc_TabError DATA
  208. PyExc_TypeError=python37.PyExc_TypeError DATA
  209. PyExc_UnboundLocalError=python37.PyExc_UnboundLocalError DATA
  210. PyExc_UnicodeDecodeError=python37.PyExc_UnicodeDecodeError DATA
  211. PyExc_UnicodeEncodeError=python37.PyExc_UnicodeEncodeError DATA
  212. PyExc_UnicodeError=python37.PyExc_UnicodeError DATA
  213. PyExc_UnicodeTranslateError=python37.PyExc_UnicodeTranslateError DATA
  214. PyExc_UnicodeWarning=python37.PyExc_UnicodeWarning DATA
  215. PyExc_UserWarning=python37.PyExc_UserWarning DATA
  216. PyExc_ValueError=python37.PyExc_ValueError DATA
  217. PyExc_Warning=python37.PyExc_Warning DATA
  218. PyExc_ZeroDivisionError=python37.PyExc_ZeroDivisionError DATA
  219. PyException_GetCause=python37.PyException_GetCause
  220. PyException_GetContext=python37.PyException_GetContext
  221. PyException_GetTraceback=python37.PyException_GetTraceback
  222. PyException_SetCause=python37.PyException_SetCause
  223. PyException_SetContext=python37.PyException_SetContext
  224. PyException_SetTraceback=python37.PyException_SetTraceback
  225. PyFile_FromFd=python37.PyFile_FromFd
  226. PyFile_GetLine=python37.PyFile_GetLine
  227. PyFile_WriteObject=python37.PyFile_WriteObject
  228. PyFile_WriteString=python37.PyFile_WriteString
  229. PyFilter_Type=python37.PyFilter_Type DATA
  230. PyFloat_AsDouble=python37.PyFloat_AsDouble
  231. PyFloat_FromDouble=python37.PyFloat_FromDouble
  232. PyFloat_FromString=python37.PyFloat_FromString
  233. PyFloat_GetInfo=python37.PyFloat_GetInfo
  234. PyFloat_GetMax=python37.PyFloat_GetMax
  235. PyFloat_GetMin=python37.PyFloat_GetMin
  236. PyFloat_Type=python37.PyFloat_Type DATA
  237. PyFrozenSet_New=python37.PyFrozenSet_New
  238. PyFrozenSet_Type=python37.PyFrozenSet_Type DATA
  239. PyGC_Collect=python37.PyGC_Collect
  240. PyGILState_Ensure=python37.PyGILState_Ensure
  241. PyGILState_GetThisThreadState=python37.PyGILState_GetThisThreadState
  242. PyGILState_Release=python37.PyGILState_Release
  243. PyGetSetDescr_Type=python37.PyGetSetDescr_Type DATA
  244. PyImport_AddModule=python37.PyImport_AddModule
  245. PyImport_AppendInittab=python37.PyImport_AppendInittab
  246. PyImport_Cleanup=python37.PyImport_Cleanup
  247. PyImport_ExecCodeModule=python37.PyImport_ExecCodeModule
  248. PyImport_ExecCodeModuleEx=python37.PyImport_ExecCodeModuleEx
  249. PyImport_ExecCodeModuleWithPathnames=python37.PyImport_ExecCodeModuleWithPathnames
  250. PyImport_GetImporter=python37.PyImport_GetImporter
  251. PyImport_GetMagicNumber=python37.PyImport_GetMagicNumber
  252. PyImport_GetMagicTag=python37.PyImport_GetMagicTag
  253. PyImport_GetModuleDict=python37.PyImport_GetModuleDict
  254. PyImport_Import=python37.PyImport_Import
  255. PyImport_ImportFrozenModule=python37.PyImport_ImportFrozenModule
  256. PyImport_ImportModule=python37.PyImport_ImportModule
  257. PyImport_ImportModuleLevel=python37.PyImport_ImportModuleLevel
  258. PyImport_ImportModuleNoBlock=python37.PyImport_ImportModuleNoBlock
  259. PyImport_ReloadModule=python37.PyImport_ReloadModule
  260. PyInterpreterState_Clear=python37.PyInterpreterState_Clear
  261. PyInterpreterState_Delete=python37.PyInterpreterState_Delete
  262. PyInterpreterState_New=python37.PyInterpreterState_New
  263. PyIter_Next=python37.PyIter_Next
  264. PyListIter_Type=python37.PyListIter_Type DATA
  265. PyListRevIter_Type=python37.PyListRevIter_Type DATA
  266. PyList_Append=python37.PyList_Append
  267. PyList_AsTuple=python37.PyList_AsTuple
  268. PyList_GetItem=python37.PyList_GetItem
  269. PyList_GetSlice=python37.PyList_GetSlice
  270. PyList_Insert=python37.PyList_Insert
  271. PyList_New=python37.PyList_New
  272. PyList_Reverse=python37.PyList_Reverse
  273. PyList_SetItem=python37.PyList_SetItem
  274. PyList_SetSlice=python37.PyList_SetSlice
  275. PyList_Size=python37.PyList_Size
  276. PyList_Sort=python37.PyList_Sort
  277. PyList_Type=python37.PyList_Type DATA
  278. PyLongRangeIter_Type=python37.PyLongRangeIter_Type DATA
  279. PyLong_AsDouble=python37.PyLong_AsDouble
  280. PyLong_AsLong=python37.PyLong_AsLong
  281. PyLong_AsLongAndOverflow=python37.PyLong_AsLongAndOverflow
  282. PyLong_AsLongLong=python37.PyLong_AsLongLong
  283. PyLong_AsLongLongAndOverflow=python37.PyLong_AsLongLongAndOverflow
  284. PyLong_AsSize_t=python37.PyLong_AsSize_t
  285. PyLong_AsSsize_t=python37.PyLong_AsSsize_t
  286. PyLong_AsUnsignedLong=python37.PyLong_AsUnsignedLong
  287. PyLong_AsUnsignedLongLong=python37.PyLong_AsUnsignedLongLong
  288. PyLong_AsUnsignedLongLongMask=python37.PyLong_AsUnsignedLongLongMask
  289. PyLong_AsUnsignedLongMask=python37.PyLong_AsUnsignedLongMask
  290. PyLong_AsVoidPtr=python37.PyLong_AsVoidPtr
  291. PyLong_FromDouble=python37.PyLong_FromDouble
  292. PyLong_FromLong=python37.PyLong_FromLong
  293. PyLong_FromLongLong=python37.PyLong_FromLongLong
  294. PyLong_FromSize_t=python37.PyLong_FromSize_t
  295. PyLong_FromSsize_t=python37.PyLong_FromSsize_t
  296. PyLong_FromString=python37.PyLong_FromString
  297. PyLong_FromUnsignedLong=python37.PyLong_FromUnsignedLong
  298. PyLong_FromUnsignedLongLong=python37.PyLong_FromUnsignedLongLong
  299. PyLong_FromVoidPtr=python37.PyLong_FromVoidPtr
  300. PyLong_GetInfo=python37.PyLong_GetInfo
  301. PyLong_Type=python37.PyLong_Type DATA
  302. PyMap_Type=python37.PyMap_Type DATA
  303. PyMapping_Check=python37.PyMapping_Check
  304. PyMapping_GetItemString=python37.PyMapping_GetItemString
  305. PyMapping_HasKey=python37.PyMapping_HasKey
  306. PyMapping_HasKeyString=python37.PyMapping_HasKeyString
  307. PyMapping_Items=python37.PyMapping_Items
  308. PyMapping_Keys=python37.PyMapping_Keys
  309. PyMapping_Length=python37.PyMapping_Length
  310. PyMapping_SetItemString=python37.PyMapping_SetItemString
  311. PyMapping_Size=python37.PyMapping_Size
  312. PyMapping_Values=python37.PyMapping_Values
  313. PyMem_Free=python37.PyMem_Free
  314. PyMem_Malloc=python37.PyMem_Malloc
  315. PyMem_Realloc=python37.PyMem_Realloc
  316. PyMemberDescr_Type=python37.PyMemberDescr_Type DATA
  317. PyMemoryView_FromObject=python37.PyMemoryView_FromObject
  318. PyMemoryView_GetContiguous=python37.PyMemoryView_GetContiguous
  319. PyMemoryView_Type=python37.PyMemoryView_Type DATA
  320. PyMethodDescr_Type=python37.PyMethodDescr_Type DATA
  321. PyModule_AddIntConstant=python37.PyModule_AddIntConstant
  322. PyModule_AddObject=python37.PyModule_AddObject
  323. PyModule_AddStringConstant=python37.PyModule_AddStringConstant
  324. PyModule_Create2=python37.PyModule_Create2
  325. PyModule_GetDef=python37.PyModule_GetDef
  326. PyModule_GetDict=python37.PyModule_GetDict
  327. PyModule_GetFilename=python37.PyModule_GetFilename
  328. PyModule_GetFilenameObject=python37.PyModule_GetFilenameObject
  329. PyModule_GetName=python37.PyModule_GetName
  330. PyModule_GetState=python37.PyModule_GetState
  331. PyModule_New=python37.PyModule_New
  332. PyModule_Type=python37.PyModule_Type DATA
  333. PyModuleDef_Init=python37.PyModuleDef_Init
  334. PyModuleDef_Type=python37.PyModuleDef_Type DATA
  335. PyNullImporter_Type=python37.PyNullImporter_Type DATA
  336. PyNumber_Absolute=python37.PyNumber_Absolute
  337. PyNumber_Add=python37.PyNumber_Add
  338. PyNumber_And=python37.PyNumber_And
  339. PyNumber_AsSsize_t=python37.PyNumber_AsSsize_t
  340. PyNumber_Check=python37.PyNumber_Check
  341. PyNumber_Divmod=python37.PyNumber_Divmod
  342. PyNumber_Float=python37.PyNumber_Float
  343. PyNumber_FloorDivide=python37.PyNumber_FloorDivide
  344. PyNumber_InPlaceAdd=python37.PyNumber_InPlaceAdd
  345. PyNumber_InPlaceAnd=python37.PyNumber_InPlaceAnd
  346. PyNumber_InPlaceFloorDivide=python37.PyNumber_InPlaceFloorDivide
  347. PyNumber_InPlaceLshift=python37.PyNumber_InPlaceLshift
  348. PyNumber_InPlaceMultiply=python37.PyNumber_InPlaceMultiply
  349. PyNumber_InPlaceOr=python37.PyNumber_InPlaceOr
  350. PyNumber_InPlacePower=python37.PyNumber_InPlacePower
  351. PyNumber_InPlaceRemainder=python37.PyNumber_InPlaceRemainder
  352. PyNumber_InPlaceRshift=python37.PyNumber_InPlaceRshift
  353. PyNumber_InPlaceSubtract=python37.PyNumber_InPlaceSubtract
  354. PyNumber_InPlaceTrueDivide=python37.PyNumber_InPlaceTrueDivide
  355. PyNumber_InPlaceXor=python37.PyNumber_InPlaceXor
  356. PyNumber_Index=python37.PyNumber_Index
  357. PyNumber_Invert=python37.PyNumber_Invert
  358. PyNumber_Long=python37.PyNumber_Long
  359. PyNumber_Lshift=python37.PyNumber_Lshift
  360. PyNumber_Multiply=python37.PyNumber_Multiply
  361. PyNumber_Negative=python37.PyNumber_Negative
  362. PyNumber_Or=python37.PyNumber_Or
  363. PyNumber_Positive=python37.PyNumber_Positive
  364. PyNumber_Power=python37.PyNumber_Power
  365. PyNumber_Remainder=python37.PyNumber_Remainder
  366. PyNumber_Rshift=python37.PyNumber_Rshift
  367. PyNumber_Subtract=python37.PyNumber_Subtract
  368. PyNumber_ToBase=python37.PyNumber_ToBase
  369. PyNumber_TrueDivide=python37.PyNumber_TrueDivide
  370. PyNumber_Xor=python37.PyNumber_Xor
  371. PyOS_AfterFork=python37.PyOS_AfterFork
  372. PyOS_InitInterrupts=python37.PyOS_InitInterrupts
  373. PyOS_InputHook=python37.PyOS_InputHook DATA
  374. PyOS_InterruptOccurred=python37.PyOS_InterruptOccurred
  375. PyOS_ReadlineFunctionPointer=python37.PyOS_ReadlineFunctionPointer DATA
  376. PyOS_double_to_string=python37.PyOS_double_to_string
  377. PyOS_getsig=python37.PyOS_getsig
  378. PyOS_mystricmp=python37.PyOS_mystricmp
  379. PyOS_mystrnicmp=python37.PyOS_mystrnicmp
  380. PyOS_setsig=python37.PyOS_setsig
  381. PyOS_snprintf=python37.PyOS_snprintf
  382. PyOS_string_to_double=python37.PyOS_string_to_double
  383. PyOS_strtol=python37.PyOS_strtol
  384. PyOS_strtoul=python37.PyOS_strtoul
  385. PyOS_vsnprintf=python37.PyOS_vsnprintf
  386. PyObject_ASCII=python37.PyObject_ASCII
  387. PyObject_AsCharBuffer=python37.PyObject_AsCharBuffer
  388. PyObject_AsFileDescriptor=python37.PyObject_AsFileDescriptor
  389. PyObject_AsReadBuffer=python37.PyObject_AsReadBuffer
  390. PyObject_AsWriteBuffer=python37.PyObject_AsWriteBuffer
  391. PyObject_Bytes=python37.PyObject_Bytes
  392. PyObject_Call=python37.PyObject_Call
  393. PyObject_CallFunction=python37.PyObject_CallFunction
  394. PyObject_CallFunctionObjArgs=python37.PyObject_CallFunctionObjArgs
  395. PyObject_CallMethod=python37.PyObject_CallMethod
  396. PyObject_CallMethodObjArgs=python37.PyObject_CallMethodObjArgs
  397. PyObject_CallObject=python37.PyObject_CallObject
  398. PyObject_CheckReadBuffer=python37.PyObject_CheckReadBuffer
  399. PyObject_ClearWeakRefs=python37.PyObject_ClearWeakRefs
  400. PyObject_DelItem=python37.PyObject_DelItem
  401. PyObject_DelItemString=python37.PyObject_DelItemString
  402. PyObject_Dir=python37.PyObject_Dir
  403. PyObject_Format=python37.PyObject_Format
  404. PyObject_Free=python37.PyObject_Free
  405. PyObject_GC_Del=python37.PyObject_GC_Del
  406. PyObject_GC_Track=python37.PyObject_GC_Track
  407. PyObject_GC_UnTrack=python37.PyObject_GC_UnTrack
  408. PyObject_GenericGetAttr=python37.PyObject_GenericGetAttr
  409. PyObject_GenericSetAttr=python37.PyObject_GenericSetAttr
  410. PyObject_GetAttr=python37.PyObject_GetAttr
  411. PyObject_GetAttrString=python37.PyObject_GetAttrString
  412. PyObject_GetItem=python37.PyObject_GetItem
  413. PyObject_GetIter=python37.PyObject_GetIter
  414. PyObject_HasAttr=python37.PyObject_HasAttr
  415. PyObject_HasAttrString=python37.PyObject_HasAttrString
  416. PyObject_Hash=python37.PyObject_Hash
  417. PyObject_HashNotImplemented=python37.PyObject_HashNotImplemented
  418. PyObject_Init=python37.PyObject_Init
  419. PyObject_InitVar=python37.PyObject_InitVar
  420. PyObject_IsInstance=python37.PyObject_IsInstance
  421. PyObject_IsSubclass=python37.PyObject_IsSubclass
  422. PyObject_IsTrue=python37.PyObject_IsTrue
  423. PyObject_Length=python37.PyObject_Length
  424. PyObject_Malloc=python37.PyObject_Malloc
  425. PyObject_Not=python37.PyObject_Not
  426. PyObject_Realloc=python37.PyObject_Realloc
  427. PyObject_Repr=python37.PyObject_Repr
  428. PyObject_RichCompare=python37.PyObject_RichCompare
  429. PyObject_RichCompareBool=python37.PyObject_RichCompareBool
  430. PyObject_SelfIter=python37.PyObject_SelfIter
  431. PyObject_SetAttr=python37.PyObject_SetAttr
  432. PyObject_SetAttrString=python37.PyObject_SetAttrString
  433. PyObject_SetItem=python37.PyObject_SetItem
  434. PyObject_Size=python37.PyObject_Size
  435. PyObject_Str=python37.PyObject_Str
  436. PyObject_Type=python37.PyObject_Type DATA
  437. PyODict_DelItem=python37.PyODict_DelItem
  438. PyODict_New=python37.PyODict_New
  439. PyODict_SetItem=python37.PyODict_SetItem
  440. PyODict_Type=python37.PyODict_Type DATA
  441. PyODictItems_Type=python37.PyODictItems_Type DATA
  442. PyODictIter_Type=python37.PyODictIter_Type DATA
  443. PyODictKeys_Type=python37.PyODictKeys_Type DATA
  444. PyODictValues_Type=python37.PyODictValues_Type DATA
  445. PyParser_SimpleParseFileFlags=python37.PyParser_SimpleParseFileFlags
  446. PyParser_SimpleParseStringFlags=python37.PyParser_SimpleParseStringFlags
  447. PyProperty_Type=python37.PyProperty_Type DATA
  448. PyRangeIter_Type=python37.PyRangeIter_Type DATA
  449. PyRange_Type=python37.PyRange_Type DATA
  450. PyReversed_Type=python37.PyReversed_Type DATA
  451. PySeqIter_New=python37.PySeqIter_New
  452. PySeqIter_Type=python37.PySeqIter_Type DATA
  453. PySequence_Check=python37.PySequence_Check
  454. PySequence_Concat=python37.PySequence_Concat
  455. PySequence_Contains=python37.PySequence_Contains
  456. PySequence_Count=python37.PySequence_Count
  457. PySequence_DelItem=python37.PySequence_DelItem
  458. PySequence_DelSlice=python37.PySequence_DelSlice
  459. PySequence_Fast=python37.PySequence_Fast
  460. PySequence_GetItem=python37.PySequence_GetItem
  461. PySequence_GetSlice=python37.PySequence_GetSlice
  462. PySequence_In=python37.PySequence_In
  463. PySequence_InPlaceConcat=python37.PySequence_InPlaceConcat
  464. PySequence_InPlaceRepeat=python37.PySequence_InPlaceRepeat
  465. PySequence_Index=python37.PySequence_Index
  466. PySequence_Length=python37.PySequence_Length
  467. PySequence_List=python37.PySequence_List
  468. PySequence_Repeat=python37.PySequence_Repeat
  469. PySequence_SetItem=python37.PySequence_SetItem
  470. PySequence_SetSlice=python37.PySequence_SetSlice
  471. PySequence_Size=python37.PySequence_Size
  472. PySequence_Tuple=python37.PySequence_Tuple
  473. PySetIter_Type=python37.PySetIter_Type DATA
  474. PySet_Add=python37.PySet_Add
  475. PySet_Clear=python37.PySet_Clear
  476. PySet_Contains=python37.PySet_Contains
  477. PySet_Discard=python37.PySet_Discard
  478. PySet_New=python37.PySet_New
  479. PySet_Pop=python37.PySet_Pop
  480. PySet_Size=python37.PySet_Size
  481. PySet_Type=python37.PySet_Type DATA
  482. PySlice_GetIndices=python37.PySlice_GetIndices
  483. PySlice_GetIndicesEx=python37.PySlice_GetIndicesEx
  484. PySlice_New=python37.PySlice_New
  485. PySlice_Type=python37.PySlice_Type DATA
  486. PySortWrapper_Type=python37.PySortWrapper_Type DATA
  487. PyState_FindModule=python37.PyState_FindModule
  488. PyState_AddModule=python37.PyState_AddModule
  489. PyState_RemoveModule=python37.PyState_RemoveModule
  490. PyStructSequence_GetItem=python37.PyStructSequence_GetItem
  491. PyStructSequence_New=python37.PyStructSequence_New
  492. PyStructSequence_NewType=python37.PyStructSequence_NewType
  493. PyStructSequence_SetItem=python37.PyStructSequence_SetItem
  494. PySuper_Type=python37.PySuper_Type DATA
  495. PySys_AddWarnOption=python37.PySys_AddWarnOption
  496. PySys_AddWarnOptionUnicode=python37.PySys_AddWarnOptionUnicode
  497. PySys_FormatStderr=python37.PySys_FormatStderr
  498. PySys_FormatStdout=python37.PySys_FormatStdout
  499. PySys_GetObject=python37.PySys_GetObject
  500. PySys_HasWarnOptions=python37.PySys_HasWarnOptions
  501. PySys_ResetWarnOptions=python37.PySys_ResetWarnOptions
  502. PySys_SetArgv=python37.PySys_SetArgv
  503. PySys_SetArgvEx=python37.PySys_SetArgvEx
  504. PySys_SetObject=python37.PySys_SetObject
  505. PySys_SetPath=python37.PySys_SetPath
  506. PySys_WriteStderr=python37.PySys_WriteStderr
  507. PySys_WriteStdout=python37.PySys_WriteStdout
  508. PyThreadState_Clear=python37.PyThreadState_Clear
  509. PyThreadState_Delete=python37.PyThreadState_Delete
  510. PyThreadState_DeleteCurrent=python37.PyThreadState_DeleteCurrent
  511. PyThreadState_Get=python37.PyThreadState_Get
  512. PyThreadState_GetDict=python37.PyThreadState_GetDict
  513. PyThreadState_New=python37.PyThreadState_New
  514. PyThreadState_SetAsyncExc=python37.PyThreadState_SetAsyncExc
  515. PyThreadState_Swap=python37.PyThreadState_Swap
  516. PyTraceBack_Here=python37.PyTraceBack_Here
  517. PyTraceBack_Print=python37.PyTraceBack_Print
  518. PyTraceBack_Type=python37.PyTraceBack_Type DATA
  519. PyTupleIter_Type=python37.PyTupleIter_Type DATA
  520. PyTuple_ClearFreeList=python37.PyTuple_ClearFreeList
  521. PyTuple_GetItem=python37.PyTuple_GetItem
  522. PyTuple_GetSlice=python37.PyTuple_GetSlice
  523. PyTuple_New=python37.PyTuple_New
  524. PyTuple_Pack=python37.PyTuple_Pack
  525. PyTuple_SetItem=python37.PyTuple_SetItem
  526. PyTuple_Size=python37.PyTuple_Size
  527. PyTuple_Type=python37.PyTuple_Type DATA
  528. PyType_ClearCache=python37.PyType_ClearCache
  529. PyType_FromSpec=python37.PyType_FromSpec
  530. PyType_FromSpecWithBases=python37.PyType_FromSpecWithBases
  531. PyType_GenericAlloc=python37.PyType_GenericAlloc
  532. PyType_GenericNew=python37.PyType_GenericNew
  533. PyType_GetFlags=python37.PyType_GetFlags
  534. PyType_GetSlot=python37.PyType_GetSlot
  535. PyType_IsSubtype=python37.PyType_IsSubtype
  536. PyType_Modified=python37.PyType_Modified
  537. PyType_Ready=python37.PyType_Ready
  538. PyType_Type=python37.PyType_Type DATA
  539. PyUnicodeDecodeError_Create=python37.PyUnicodeDecodeError_Create
  540. PyUnicodeDecodeError_GetEncoding=python37.PyUnicodeDecodeError_GetEncoding
  541. PyUnicodeDecodeError_GetEnd=python37.PyUnicodeDecodeError_GetEnd
  542. PyUnicodeDecodeError_GetObject=python37.PyUnicodeDecodeError_GetObject
  543. PyUnicodeDecodeError_GetReason=python37.PyUnicodeDecodeError_GetReason
  544. PyUnicodeDecodeError_GetStart=python37.PyUnicodeDecodeError_GetStart
  545. PyUnicodeDecodeError_SetEnd=python37.PyUnicodeDecodeError_SetEnd
  546. PyUnicodeDecodeError_SetReason=python37.PyUnicodeDecodeError_SetReason
  547. PyUnicodeDecodeError_SetStart=python37.PyUnicodeDecodeError_SetStart
  548. PyUnicodeEncodeError_GetEncoding=python37.PyUnicodeEncodeError_GetEncoding
  549. PyUnicodeEncodeError_GetEnd=python37.PyUnicodeEncodeError_GetEnd
  550. PyUnicodeEncodeError_GetObject=python37.PyUnicodeEncodeError_GetObject
  551. PyUnicodeEncodeError_GetReason=python37.PyUnicodeEncodeError_GetReason
  552. PyUnicodeEncodeError_GetStart=python37.PyUnicodeEncodeError_GetStart
  553. PyUnicodeEncodeError_SetEnd=python37.PyUnicodeEncodeError_SetEnd
  554. PyUnicodeEncodeError_SetReason=python37.PyUnicodeEncodeError_SetReason
  555. PyUnicodeEncodeError_SetStart=python37.PyUnicodeEncodeError_SetStart
  556. PyUnicodeIter_Type=python37.PyUnicodeIter_Type DATA
  557. PyUnicodeTranslateError_GetEnd=python37.PyUnicodeTranslateError_GetEnd
  558. PyUnicodeTranslateError_GetObject=python37.PyUnicodeTranslateError_GetObject
  559. PyUnicodeTranslateError_GetReason=python37.PyUnicodeTranslateError_GetReason
  560. PyUnicodeTranslateError_GetStart=python37.PyUnicodeTranslateError_GetStart
  561. PyUnicodeTranslateError_SetEnd=python37.PyUnicodeTranslateError_SetEnd
  562. PyUnicodeTranslateError_SetReason=python37.PyUnicodeTranslateError_SetReason
  563. PyUnicodeTranslateError_SetStart=python37.PyUnicodeTranslateError_SetStart
  564. PyUnicode_Append=python37.PyUnicode_Append
  565. PyUnicode_AppendAndDel=python37.PyUnicode_AppendAndDel
  566. PyUnicode_AsASCIIString=python37.PyUnicode_AsASCIIString
  567. PyUnicode_AsCharmapString=python37.PyUnicode_AsCharmapString
  568. PyUnicode_AsDecodedObject=python37.PyUnicode_AsDecodedObject
  569. PyUnicode_AsDecodedUnicode=python37.PyUnicode_AsDecodedUnicode
  570. PyUnicode_AsEncodedObject=python37.PyUnicode_AsEncodedObject
  571. PyUnicode_AsEncodedString=python37.PyUnicode_AsEncodedString
  572. PyUnicode_AsEncodedUnicode=python37.PyUnicode_AsEncodedUnicode
  573. PyUnicode_AsLatin1String=python37.PyUnicode_AsLatin1String
  574. PyUnicode_AsRawUnicodeEscapeString=python37.PyUnicode_AsRawUnicodeEscapeString
  575. PyUnicode_AsUTF16String=python37.PyUnicode_AsUTF16String
  576. PyUnicode_AsUTF32String=python37.PyUnicode_AsUTF32String
  577. PyUnicode_AsUTF8String=python37.PyUnicode_AsUTF8String
  578. PyUnicode_AsUnicodeEscapeString=python37.PyUnicode_AsUnicodeEscapeString
  579. PyUnicode_AsWideChar=python37.PyUnicode_AsWideChar
  580. PyUnicode_ClearFreelist=python37.PyUnicode_ClearFreelist
  581. PyUnicode_Compare=python37.PyUnicode_Compare
  582. PyUnicode_Concat=python37.PyUnicode_Concat
  583. PyUnicode_Contains=python37.PyUnicode_Contains
  584. PyUnicode_Count=python37.PyUnicode_Count
  585. PyUnicode_Decode=python37.PyUnicode_Decode
  586. PyUnicode_DecodeASCII=python37.PyUnicode_DecodeASCII
  587. PyUnicode_DecodeCharmap=python37.PyUnicode_DecodeCharmap
  588. PyUnicode_DecodeFSDefault=python37.PyUnicode_DecodeFSDefault
  589. PyUnicode_DecodeFSDefaultAndSize=python37.PyUnicode_DecodeFSDefaultAndSize
  590. PyUnicode_DecodeLatin1=python37.PyUnicode_DecodeLatin1
  591. PyUnicode_DecodeRawUnicodeEscape=python37.PyUnicode_DecodeRawUnicodeEscape
  592. PyUnicode_DecodeUTF16=python37.PyUnicode_DecodeUTF16
  593. PyUnicode_DecodeUTF16Stateful=python37.PyUnicode_DecodeUTF16Stateful
  594. PyUnicode_DecodeUTF32=python37.PyUnicode_DecodeUTF32
  595. PyUnicode_DecodeUTF32Stateful=python37.PyUnicode_DecodeUTF32Stateful
  596. PyUnicode_DecodeUTF8=python37.PyUnicode_DecodeUTF8
  597. PyUnicode_DecodeUTF8Stateful=python37.PyUnicode_DecodeUTF8Stateful
  598. PyUnicode_DecodeUnicodeEscape=python37.PyUnicode_DecodeUnicodeEscape
  599. PyUnicode_FSConverter=python37.PyUnicode_FSConverter
  600. PyUnicode_FSDecoder=python37.PyUnicode_FSDecoder
  601. PyUnicode_Find=python37.PyUnicode_Find
  602. PyUnicode_Format=python37.PyUnicode_Format
  603. PyUnicode_FromEncodedObject=python37.PyUnicode_FromEncodedObject
  604. PyUnicode_FromFormat=python37.PyUnicode_FromFormat
  605. PyUnicode_FromFormatV=python37.PyUnicode_FromFormatV
  606. PyUnicode_FromObject=python37.PyUnicode_FromObject
  607. PyUnicode_FromOrdinal=python37.PyUnicode_FromOrdinal
  608. PyUnicode_FromString=python37.PyUnicode_FromString
  609. PyUnicode_FromStringAndSize=python37.PyUnicode_FromStringAndSize
  610. PyUnicode_FromWideChar=python37.PyUnicode_FromWideChar
  611. PyUnicode_GetDefaultEncoding=python37.PyUnicode_GetDefaultEncoding
  612. PyUnicode_GetSize=python37.PyUnicode_GetSize
  613. PyUnicode_IsIdentifier=python37.PyUnicode_IsIdentifier
  614. PyUnicode_Join=python37.PyUnicode_Join
  615. PyUnicode_Partition=python37.PyUnicode_Partition
  616. PyUnicode_RPartition=python37.PyUnicode_RPartition
  617. PyUnicode_RSplit=python37.PyUnicode_RSplit
  618. PyUnicode_Replace=python37.PyUnicode_Replace
  619. PyUnicode_Resize=python37.PyUnicode_Resize
  620. PyUnicode_RichCompare=python37.PyUnicode_RichCompare
  621. PyUnicode_SetDefaultEncoding=python37.PyUnicode_SetDefaultEncoding
  622. PyUnicode_Split=python37.PyUnicode_Split
  623. PyUnicode_Splitlines=python37.PyUnicode_Splitlines
  624. PyUnicode_Tailmatch=python37.PyUnicode_Tailmatch
  625. PyUnicode_Translate=python37.PyUnicode_Translate
  626. PyUnicode_BuildEncodingMap=python37.PyUnicode_BuildEncodingMap
  627. PyUnicode_CompareWithASCIIString=python37.PyUnicode_CompareWithASCIIString
  628. PyUnicode_DecodeUTF7=python37.PyUnicode_DecodeUTF7
  629. PyUnicode_DecodeUTF7Stateful=python37.PyUnicode_DecodeUTF7Stateful
  630. PyUnicode_EncodeFSDefault=python37.PyUnicode_EncodeFSDefault
  631. PyUnicode_InternFromString=python37.PyUnicode_InternFromString
  632. PyUnicode_InternImmortal=python37.PyUnicode_InternImmortal
  633. PyUnicode_InternInPlace=python37.PyUnicode_InternInPlace
  634. PyUnicode_Type=python37.PyUnicode_Type DATA
  635. PyWeakref_GetObject=python37.PyWeakref_GetObject DATA
  636. PyWeakref_NewProxy=python37.PyWeakref_NewProxy
  637. PyWeakref_NewRef=python37.PyWeakref_NewRef
  638. PyWrapperDescr_Type=python37.PyWrapperDescr_Type DATA
  639. PyWrapper_New=python37.PyWrapper_New
  640. PyZip_Type=python37.PyZip_Type DATA
  641. Py_AddPendingCall=python37.Py_AddPendingCall
  642. Py_AtExit=python37.Py_AtExit
  643. Py_BuildValue=python37.Py_BuildValue
  644. Py_CompileString=python37.Py_CompileString
  645. Py_DecRef=python37.Py_DecRef
  646. Py_EndInterpreter=python37.Py_EndInterpreter
  647. Py_Exit=python37.Py_Exit
  648. Py_FatalError=python37.Py_FatalError
  649. Py_FileSystemDefaultEncoding=python37.Py_FileSystemDefaultEncoding DATA
  650. Py_Finalize=python37.Py_Finalize
  651. Py_FinalizeEx=python37.Py_FinalizeEx
  652. Py_GetBuildInfo=python37.Py_GetBuildInfo
  653. Py_GetCompiler=python37.Py_GetCompiler
  654. Py_GetCopyright=python37.Py_GetCopyright
  655. Py_GetExecPrefix=python37.Py_GetExecPrefix
  656. Py_GetPath=python37.Py_GetPath
  657. Py_GetPlatform=python37.Py_GetPlatform
  658. Py_GetPrefix=python37.Py_GetPrefix
  659. Py_GetProgramFullPath=python37.Py_GetProgramFullPath
  660. Py_GetProgramName=python37.Py_GetProgramName
  661. Py_GetPythonHome=python37.Py_GetPythonHome
  662. Py_GetRecursionLimit=python37.Py_GetRecursionLimit
  663. Py_GetVersion=python37.Py_GetVersion
  664. Py_HasFileSystemDefaultEncoding=python37.Py_HasFileSystemDefaultEncoding DATA
  665. Py_IncRef=python37.Py_IncRef
  666. Py_Initialize=python37.Py_Initialize
  667. Py_InitializeEx=python37.Py_InitializeEx
  668. Py_IsInitialized=python37.Py_IsInitialized
  669. Py_Main=python37.Py_Main
  670. Py_MakePendingCalls=python37.Py_MakePendingCalls
  671. Py_NewInterpreter=python37.Py_NewInterpreter
  672. Py_ReprEnter=python37.Py_ReprEnter
  673. Py_ReprLeave=python37.Py_ReprLeave
  674. Py_SetProgramName=python37.Py_SetProgramName
  675. Py_SetPythonHome=python37.Py_SetPythonHome
  676. Py_SetRecursionLimit=python37.Py_SetRecursionLimit
  677. Py_SymtableString=python37.Py_SymtableString
  678. Py_VaBuildValue=python37.Py_VaBuildValue
  679. _PyErr_BadInternalCall=python37._PyErr_BadInternalCall
  680. _PyObject_CallFunction_SizeT=python37._PyObject_CallFunction_SizeT
  681. _PyObject_CallMethod_SizeT=python37._PyObject_CallMethod_SizeT
  682. _PyObject_GC_Malloc=python37._PyObject_GC_Malloc
  683. _PyObject_GC_New=python37._PyObject_GC_New
  684. _PyObject_GC_NewVar=python37._PyObject_GC_NewVar
  685. _PyObject_GC_Resize=python37._PyObject_GC_Resize
  686. _PyObject_New=python37._PyObject_New
  687. _PyObject_NewVar=python37._PyObject_NewVar
  688. _PyState_AddModule=python37._PyState_AddModule
  689. _PyThreadState_Init=python37._PyThreadState_Init
  690. _PyThreadState_Prealloc=python37._PyThreadState_Prealloc
  691. _PyTrash_delete_later=python37._PyTrash_delete_later DATA
  692. _PyTrash_delete_nesting=python37._PyTrash_delete_nesting DATA
  693. _PyTrash_deposit_object=python37._PyTrash_deposit_object
  694. _PyTrash_destroy_chain=python37._PyTrash_destroy_chain
  695. _PyWeakref_CallableProxyType=python37._PyWeakref_CallableProxyType DATA
  696. _PyWeakref_ProxyType=python37._PyWeakref_ProxyType DATA
  697. _PyWeakref_RefType=python37._PyWeakref_RefType DATA
  698. _Py_BuildValue_SizeT=python37._Py_BuildValue_SizeT
  699. _Py_CheckRecursionLimit=python37._Py_CheckRecursionLimit DATA
  700. _Py_CheckRecursiveCall=python37._Py_CheckRecursiveCall
  701. _Py_Dealloc=python37._Py_Dealloc
  702. _Py_EllipsisObject=python37._Py_EllipsisObject DATA
  703. _Py_FalseStruct=python37._Py_FalseStruct DATA
  704. _Py_NoneStruct=python37._Py_NoneStruct DATA
  705. _Py_NotImplementedStruct=python37._Py_NotImplementedStruct DATA
  706. _Py_SwappedOp=python37._Py_SwappedOp DATA
  707. _Py_TrueStruct=python37._Py_TrueStruct DATA
  708. _Py_VaBuildValue_SizeT=python37._Py_VaBuildValue_SizeT
  709. _PyArg_Parse_SizeT=python37._PyArg_Parse_SizeT
  710. _PyArg_ParseTuple_SizeT=python37._PyArg_ParseTuple_SizeT
  711. _PyArg_ParseTupleAndKeywords_SizeT=python37._PyArg_ParseTupleAndKeywords_SizeT
  712. _PyArg_VaParse_SizeT=python37._PyArg_VaParse_SizeT
  713. _PyArg_VaParseTupleAndKeywords_SizeT=python37._PyArg_VaParseTupleAndKeywords_SizeT
  714. _Py_BuildValue_SizeT=python37._Py_BuildValue_SizeT