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.

791 lines
40 KiB

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