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.

797 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
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_ReferenceError=python37.PyExc_ReferenceError DATA
  228. PyExc_ResourceWarning=python37.PyExc_ResourceWarning DATA
  229. PyExc_RuntimeError=python37.PyExc_RuntimeError DATA
  230. PyExc_RuntimeWarning=python37.PyExc_RuntimeWarning DATA
  231. PyExc_StopAsyncIteration=python37.PyExc_StopAsyncIteration DATA
  232. PyExc_StopIteration=python37.PyExc_StopIteration DATA
  233. PyExc_SyntaxError=python37.PyExc_SyntaxError DATA
  234. PyExc_SyntaxWarning=python37.PyExc_SyntaxWarning DATA
  235. PyExc_SystemError=python37.PyExc_SystemError DATA
  236. PyExc_SystemExit=python37.PyExc_SystemExit DATA
  237. PyExc_TabError=python37.PyExc_TabError DATA
  238. PyExc_TimeoutError=python37.PyExc_TimeoutError DATA
  239. PyExc_TypeError=python37.PyExc_TypeError DATA
  240. PyExc_UnboundLocalError=python37.PyExc_UnboundLocalError DATA
  241. PyExc_UnicodeDecodeError=python37.PyExc_UnicodeDecodeError DATA
  242. PyExc_UnicodeEncodeError=python37.PyExc_UnicodeEncodeError DATA
  243. PyExc_UnicodeError=python37.PyExc_UnicodeError DATA
  244. PyExc_UnicodeTranslateError=python37.PyExc_UnicodeTranslateError DATA
  245. PyExc_UnicodeWarning=python37.PyExc_UnicodeWarning DATA
  246. PyExc_UserWarning=python37.PyExc_UserWarning DATA
  247. PyExc_ValueError=python37.PyExc_ValueError DATA
  248. PyExc_Warning=python37.PyExc_Warning DATA
  249. PyExc_WindowsError=python37.PyExc_WindowsError DATA
  250. PyExc_ZeroDivisionError=python37.PyExc_ZeroDivisionError DATA
  251. PyException_GetCause=python37.PyException_GetCause
  252. PyException_GetContext=python37.PyException_GetContext
  253. PyException_GetTraceback=python37.PyException_GetTraceback
  254. PyException_SetCause=python37.PyException_SetCause
  255. PyException_SetContext=python37.PyException_SetContext
  256. PyException_SetTraceback=python37.PyException_SetTraceback
  257. PyFile_FromFd=python37.PyFile_FromFd
  258. PyFile_GetLine=python37.PyFile_GetLine
  259. PyFile_WriteObject=python37.PyFile_WriteObject
  260. PyFile_WriteString=python37.PyFile_WriteString
  261. PyFilter_Type=python37.PyFilter_Type DATA
  262. PyFloat_AsDouble=python37.PyFloat_AsDouble
  263. PyFloat_FromDouble=python37.PyFloat_FromDouble
  264. PyFloat_FromString=python37.PyFloat_FromString
  265. PyFloat_GetInfo=python37.PyFloat_GetInfo
  266. PyFloat_GetMax=python37.PyFloat_GetMax
  267. PyFloat_GetMin=python37.PyFloat_GetMin
  268. PyFloat_Type=python37.PyFloat_Type DATA
  269. PyFrozenSet_New=python37.PyFrozenSet_New
  270. PyFrozenSet_Type=python37.PyFrozenSet_Type DATA
  271. PyGC_Collect=python37.PyGC_Collect
  272. PyGILState_Ensure=python37.PyGILState_Ensure
  273. PyGILState_GetThisThreadState=python37.PyGILState_GetThisThreadState
  274. PyGILState_Release=python37.PyGILState_Release
  275. PyGetSetDescr_Type=python37.PyGetSetDescr_Type DATA
  276. PyImport_AddModule=python37.PyImport_AddModule
  277. PyImport_AddModuleObject=python37.PyImport_AddModuleObject
  278. PyImport_AppendInittab=python37.PyImport_AppendInittab
  279. PyImport_Cleanup=python37.PyImport_Cleanup
  280. PyImport_ExecCodeModule=python37.PyImport_ExecCodeModule
  281. PyImport_ExecCodeModuleEx=python37.PyImport_ExecCodeModuleEx
  282. PyImport_ExecCodeModuleObject=python37.PyImport_ExecCodeModuleObject
  283. PyImport_ExecCodeModuleWithPathnames=python37.PyImport_ExecCodeModuleWithPathnames
  284. PyImport_GetImporter=python37.PyImport_GetImporter
  285. PyImport_GetMagicNumber=python37.PyImport_GetMagicNumber
  286. PyImport_GetMagicTag=python37.PyImport_GetMagicTag
  287. PyImport_GetModuleDict=python37.PyImport_GetModuleDict
  288. PyImport_Import=python37.PyImport_Import
  289. PyImport_ImportFrozenModule=python37.PyImport_ImportFrozenModule
  290. PyImport_ImportFrozenModuleObject=python37.PyImport_ImportFrozenModuleObject
  291. PyImport_ImportModule=python37.PyImport_ImportModule
  292. PyImport_ImportModuleLevel=python37.PyImport_ImportModuleLevel
  293. PyImport_ImportModuleLevelObject=python37.PyImport_ImportModuleLevelObject
  294. PyImport_ImportModuleNoBlock=python37.PyImport_ImportModuleNoBlock
  295. PyImport_ReloadModule=python37.PyImport_ReloadModule
  296. PyInterpreterState_Clear=python37.PyInterpreterState_Clear
  297. PyInterpreterState_Delete=python37.PyInterpreterState_Delete
  298. PyInterpreterState_New=python37.PyInterpreterState_New
  299. PyIter_Next=python37.PyIter_Next
  300. PyListIter_Type=python37.PyListIter_Type DATA
  301. PyListRevIter_Type=python37.PyListRevIter_Type DATA
  302. PyList_Append=python37.PyList_Append
  303. PyList_AsTuple=python37.PyList_AsTuple
  304. PyList_GetItem=python37.PyList_GetItem
  305. PyList_GetSlice=python37.PyList_GetSlice
  306. PyList_Insert=python37.PyList_Insert
  307. PyList_New=python37.PyList_New
  308. PyList_Reverse=python37.PyList_Reverse
  309. PyList_SetItem=python37.PyList_SetItem
  310. PyList_SetSlice=python37.PyList_SetSlice
  311. PyList_Size=python37.PyList_Size
  312. PyList_Sort=python37.PyList_Sort
  313. PyList_Type=python37.PyList_Type DATA
  314. PyLongRangeIter_Type=python37.PyLongRangeIter_Type DATA
  315. PyLong_AsDouble=python37.PyLong_AsDouble
  316. PyLong_AsLong=python37.PyLong_AsLong
  317. PyLong_AsLongAndOverflow=python37.PyLong_AsLongAndOverflow
  318. PyLong_AsLongLong=python37.PyLong_AsLongLong
  319. PyLong_AsLongLongAndOverflow=python37.PyLong_AsLongLongAndOverflow
  320. PyLong_AsSize_t=python37.PyLong_AsSize_t
  321. PyLong_AsSsize_t=python37.PyLong_AsSsize_t
  322. PyLong_AsUnsignedLong=python37.PyLong_AsUnsignedLong
  323. PyLong_AsUnsignedLongLong=python37.PyLong_AsUnsignedLongLong
  324. PyLong_AsUnsignedLongLongMask=python37.PyLong_AsUnsignedLongLongMask
  325. PyLong_AsUnsignedLongMask=python37.PyLong_AsUnsignedLongMask
  326. PyLong_AsVoidPtr=python37.PyLong_AsVoidPtr
  327. PyLong_FromDouble=python37.PyLong_FromDouble
  328. PyLong_FromLong=python37.PyLong_FromLong
  329. PyLong_FromLongLong=python37.PyLong_FromLongLong
  330. PyLong_FromSize_t=python37.PyLong_FromSize_t
  331. PyLong_FromSsize_t=python37.PyLong_FromSsize_t
  332. PyLong_FromString=python37.PyLong_FromString
  333. PyLong_FromUnsignedLong=python37.PyLong_FromUnsignedLong
  334. PyLong_FromUnsignedLongLong=python37.PyLong_FromUnsignedLongLong
  335. PyLong_FromVoidPtr=python37.PyLong_FromVoidPtr
  336. PyLong_GetInfo=python37.PyLong_GetInfo
  337. PyLong_Type=python37.PyLong_Type DATA
  338. PyMap_Type=python37.PyMap_Type DATA
  339. PyMapping_Check=python37.PyMapping_Check
  340. PyMapping_GetItemString=python37.PyMapping_GetItemString
  341. PyMapping_HasKey=python37.PyMapping_HasKey
  342. PyMapping_HasKeyString=python37.PyMapping_HasKeyString
  343. PyMapping_Items=python37.PyMapping_Items
  344. PyMapping_Keys=python37.PyMapping_Keys
  345. PyMapping_Length=python37.PyMapping_Length
  346. PyMapping_SetItemString=python37.PyMapping_SetItemString
  347. PyMapping_Size=python37.PyMapping_Size
  348. PyMapping_Values=python37.PyMapping_Values
  349. PyMem_Calloc=python37.PyMem_Calloc
  350. PyMem_Free=python37.PyMem_Free
  351. PyMem_Malloc=python37.PyMem_Malloc
  352. PyMem_Realloc=python37.PyMem_Realloc
  353. PyMemberDescr_Type=python37.PyMemberDescr_Type DATA
  354. PyMemoryView_FromMemory=python37.PyMemoryView_FromMemory
  355. PyMemoryView_FromObject=python37.PyMemoryView_FromObject
  356. PyMemoryView_GetContiguous=python37.PyMemoryView_GetContiguous
  357. PyMemoryView_Type=python37.PyMemoryView_Type DATA
  358. PyMethodDescr_Type=python37.PyMethodDescr_Type DATA
  359. PyModuleDef_Init=python37.PyModuleDef_Init
  360. PyModuleDef_Type=python37.PyModuleDef_Type DATA
  361. PyModule_AddFunctions=python37.PyModule_AddFunctions
  362. PyModule_AddIntConstant=python37.PyModule_AddIntConstant
  363. PyModule_AddObject=python37.PyModule_AddObject
  364. PyModule_AddStringConstant=python37.PyModule_AddStringConstant
  365. PyModule_Create2=python37.PyModule_Create2
  366. PyModule_ExecDef=python37.PyModule_ExecDef
  367. PyModule_FromDefAndSpec2=python37.PyModule_FromDefAndSpec2
  368. PyModule_GetDef=python37.PyModule_GetDef
  369. PyModule_GetDict=python37.PyModule_GetDict
  370. PyModule_GetFilename=python37.PyModule_GetFilename
  371. PyModule_GetFilenameObject=python37.PyModule_GetFilenameObject
  372. PyModule_GetName=python37.PyModule_GetName
  373. PyModule_GetNameObject=python37.PyModule_GetNameObject
  374. PyModule_GetState=python37.PyModule_GetState
  375. PyModule_New=python37.PyModule_New
  376. PyModule_NewObject=python37.PyModule_NewObject
  377. PyModule_SetDocString=python37.PyModule_SetDocString
  378. PyModule_Type=python37.PyModule_Type DATA
  379. PyNullImporter_Type=python37.PyNullImporter_Type DATA
  380. PyNumber_Absolute=python37.PyNumber_Absolute
  381. PyNumber_Add=python37.PyNumber_Add
  382. PyNumber_And=python37.PyNumber_And
  383. PyNumber_AsSsize_t=python37.PyNumber_AsSsize_t
  384. PyNumber_Check=python37.PyNumber_Check
  385. PyNumber_Divmod=python37.PyNumber_Divmod
  386. PyNumber_Float=python37.PyNumber_Float
  387. PyNumber_FloorDivide=python37.PyNumber_FloorDivide
  388. PyNumber_InPlaceAdd=python37.PyNumber_InPlaceAdd
  389. PyNumber_InPlaceAnd=python37.PyNumber_InPlaceAnd
  390. PyNumber_InPlaceFloorDivide=python37.PyNumber_InPlaceFloorDivide
  391. PyNumber_InPlaceLshift=python37.PyNumber_InPlaceLshift
  392. PyNumber_InPlaceMatrixMultiply=python37.PyNumber_InPlaceMatrixMultiply
  393. PyNumber_InPlaceMultiply=python37.PyNumber_InPlaceMultiply
  394. PyNumber_InPlaceOr=python37.PyNumber_InPlaceOr
  395. PyNumber_InPlacePower=python37.PyNumber_InPlacePower
  396. PyNumber_InPlaceRemainder=python37.PyNumber_InPlaceRemainder
  397. PyNumber_InPlaceRshift=python37.PyNumber_InPlaceRshift
  398. PyNumber_InPlaceSubtract=python37.PyNumber_InPlaceSubtract
  399. PyNumber_InPlaceTrueDivide=python37.PyNumber_InPlaceTrueDivide
  400. PyNumber_InPlaceXor=python37.PyNumber_InPlaceXor
  401. PyNumber_Index=python37.PyNumber_Index
  402. PyNumber_Invert=python37.PyNumber_Invert
  403. PyNumber_Long=python37.PyNumber_Long
  404. PyNumber_Lshift=python37.PyNumber_Lshift
  405. PyNumber_MatrixMultiply=python37.PyNumber_MatrixMultiply
  406. PyNumber_Multiply=python37.PyNumber_Multiply
  407. PyNumber_Negative=python37.PyNumber_Negative
  408. PyNumber_Or=python37.PyNumber_Or
  409. PyNumber_Positive=python37.PyNumber_Positive
  410. PyNumber_Power=python37.PyNumber_Power
  411. PyNumber_Remainder=python37.PyNumber_Remainder
  412. PyNumber_Rshift=python37.PyNumber_Rshift
  413. PyNumber_Subtract=python37.PyNumber_Subtract
  414. PyNumber_ToBase=python37.PyNumber_ToBase
  415. PyNumber_TrueDivide=python37.PyNumber_TrueDivide
  416. PyNumber_Xor=python37.PyNumber_Xor
  417. PyODictItems_Type=python37.PyODictItems_Type DATA
  418. PyODictIter_Type=python37.PyODictIter_Type DATA
  419. PyODictKeys_Type=python37.PyODictKeys_Type DATA
  420. PyODictValues_Type=python37.PyODictValues_Type DATA
  421. PyODict_DelItem=python37.PyODict_DelItem
  422. PyODict_New=python37.PyODict_New
  423. PyODict_SetItem=python37.PyODict_SetItem
  424. PyODict_Type=python37.PyODict_Type DATA
  425. PyOS_AfterFork=python37.PyOS_AfterFork
  426. PyOS_CheckStack=python37.PyOS_CheckStack
  427. PyOS_FSPath=python37.PyOS_FSPath
  428. PyOS_InitInterrupts=python37.PyOS_InitInterrupts
  429. PyOS_InputHook=python37.PyOS_InputHook DATA
  430. PyOS_InterruptOccurred=python37.PyOS_InterruptOccurred
  431. PyOS_ReadlineFunctionPointer=python37.PyOS_ReadlineFunctionPointer DATA
  432. PyOS_double_to_string=python37.PyOS_double_to_string
  433. PyOS_getsig=python37.PyOS_getsig
  434. PyOS_mystricmp=python37.PyOS_mystricmp
  435. PyOS_mystrnicmp=python37.PyOS_mystrnicmp
  436. PyOS_setsig=python37.PyOS_setsig
  437. PyOS_snprintf=python37.PyOS_snprintf
  438. PyOS_string_to_double=python37.PyOS_string_to_double
  439. PyOS_strtol=python37.PyOS_strtol
  440. PyOS_strtoul=python37.PyOS_strtoul
  441. PyOS_vsnprintf=python37.PyOS_vsnprintf
  442. PyObject_ASCII=python37.PyObject_ASCII
  443. PyObject_AsCharBuffer=python37.PyObject_AsCharBuffer
  444. PyObject_AsFileDescriptor=python37.PyObject_AsFileDescriptor
  445. PyObject_AsReadBuffer=python37.PyObject_AsReadBuffer
  446. PyObject_AsWriteBuffer=python37.PyObject_AsWriteBuffer
  447. PyObject_Bytes=python37.PyObject_Bytes
  448. PyObject_Call=python37.PyObject_Call
  449. PyObject_CallFunction=python37.PyObject_CallFunction
  450. PyObject_CallFunctionObjArgs=python37.PyObject_CallFunctionObjArgs
  451. PyObject_CallMethod=python37.PyObject_CallMethod
  452. PyObject_CallMethodObjArgs=python37.PyObject_CallMethodObjArgs
  453. PyObject_CallObject=python37.PyObject_CallObject
  454. PyObject_Calloc=python37.PyObject_Calloc
  455. PyObject_CheckReadBuffer=python37.PyObject_CheckReadBuffer
  456. PyObject_ClearWeakRefs=python37.PyObject_ClearWeakRefs
  457. PyObject_DelItem=python37.PyObject_DelItem
  458. PyObject_DelItemString=python37.PyObject_DelItemString
  459. PyObject_Dir=python37.PyObject_Dir
  460. PyObject_Format=python37.PyObject_Format
  461. PyObject_Free=python37.PyObject_Free
  462. PyObject_GC_Del=python37.PyObject_GC_Del
  463. PyObject_GC_Track=python37.PyObject_GC_Track
  464. PyObject_GC_UnTrack=python37.PyObject_GC_UnTrack
  465. PyObject_GenericGetAttr=python37.PyObject_GenericGetAttr
  466. PyObject_GenericSetAttr=python37.PyObject_GenericSetAttr
  467. PyObject_GenericSetDict=python37.PyObject_GenericSetDict
  468. PyObject_GetAttr=python37.PyObject_GetAttr
  469. PyObject_GetAttrString=python37.PyObject_GetAttrString
  470. PyObject_GetItem=python37.PyObject_GetItem
  471. PyObject_GetIter=python37.PyObject_GetIter
  472. PyObject_HasAttr=python37.PyObject_HasAttr
  473. PyObject_HasAttrString=python37.PyObject_HasAttrString
  474. PyObject_Hash=python37.PyObject_Hash
  475. PyObject_HashNotImplemented=python37.PyObject_HashNotImplemented
  476. PyObject_Init=python37.PyObject_Init
  477. PyObject_InitVar=python37.PyObject_InitVar
  478. PyObject_IsInstance=python37.PyObject_IsInstance
  479. PyObject_IsSubclass=python37.PyObject_IsSubclass
  480. PyObject_IsTrue=python37.PyObject_IsTrue
  481. PyObject_Length=python37.PyObject_Length
  482. PyObject_Malloc=python37.PyObject_Malloc
  483. PyObject_Not=python37.PyObject_Not
  484. PyObject_Realloc=python37.PyObject_Realloc
  485. PyObject_Repr=python37.PyObject_Repr
  486. PyObject_RichCompare=python37.PyObject_RichCompare
  487. PyObject_RichCompareBool=python37.PyObject_RichCompareBool
  488. PyObject_SelfIter=python37.PyObject_SelfIter
  489. PyObject_SetAttr=python37.PyObject_SetAttr
  490. PyObject_SetAttrString=python37.PyObject_SetAttrString
  491. PyObject_SetItem=python37.PyObject_SetItem
  492. PyObject_Size=python37.PyObject_Size
  493. PyObject_Str=python37.PyObject_Str
  494. PyObject_Type=python37.PyObject_Type
  495. PyParser_SimpleParseFileFlags=python37.PyParser_SimpleParseFileFlags
  496. PyParser_SimpleParseStringFlags=python37.PyParser_SimpleParseStringFlags
  497. PyParser_SimpleParseStringFlagsFilename=python37.PyParser_SimpleParseStringFlagsFilename
  498. PyProperty_Type=python37.PyProperty_Type DATA
  499. PyRangeIter_Type=python37.PyRangeIter_Type DATA
  500. PyRange_Type=python37.PyRange_Type DATA
  501. PyReversed_Type=python37.PyReversed_Type DATA
  502. PySeqIter_New=python37.PySeqIter_New
  503. PySeqIter_Type=python37.PySeqIter_Type DATA
  504. PySequence_Check=python37.PySequence_Check
  505. PySequence_Concat=python37.PySequence_Concat
  506. PySequence_Contains=python37.PySequence_Contains
  507. PySequence_Count=python37.PySequence_Count
  508. PySequence_DelItem=python37.PySequence_DelItem
  509. PySequence_DelSlice=python37.PySequence_DelSlice
  510. PySequence_Fast=python37.PySequence_Fast
  511. PySequence_GetItem=python37.PySequence_GetItem
  512. PySequence_GetSlice=python37.PySequence_GetSlice
  513. PySequence_In=python37.PySequence_In
  514. PySequence_InPlaceConcat=python37.PySequence_InPlaceConcat
  515. PySequence_InPlaceRepeat=python37.PySequence_InPlaceRepeat
  516. PySequence_Index=python37.PySequence_Index
  517. PySequence_Length=python37.PySequence_Length
  518. PySequence_List=python37.PySequence_List
  519. PySequence_Repeat=python37.PySequence_Repeat
  520. PySequence_SetItem=python37.PySequence_SetItem
  521. PySequence_SetSlice=python37.PySequence_SetSlice
  522. PySequence_Size=python37.PySequence_Size
  523. PySequence_Tuple=python37.PySequence_Tuple
  524. PySetIter_Type=python37.PySetIter_Type DATA
  525. PySet_Add=python37.PySet_Add
  526. PySet_Clear=python37.PySet_Clear
  527. PySet_Contains=python37.PySet_Contains
  528. PySet_Discard=python37.PySet_Discard
  529. PySet_New=python37.PySet_New
  530. PySet_Pop=python37.PySet_Pop
  531. PySet_Size=python37.PySet_Size
  532. PySet_Type=python37.PySet_Type DATA
  533. PySlice_AdjustIndices=python37.PySlice_AdjustIndices
  534. PySlice_GetIndices=python37.PySlice_GetIndices
  535. PySlice_GetIndicesEx=python37.PySlice_GetIndicesEx
  536. PySlice_New=python37.PySlice_New
  537. PySlice_Type=python37.PySlice_Type DATA
  538. PySlice_Unpack=python37.PySlice_Unpack
  539. PySortWrapper_Type=python37.PySortWrapper_Type DATA
  540. PyInterpreterState_GetID=python37.PyInterpreterState_GetID
  541. PyState_AddModule=python37.PyState_AddModule
  542. PyState_FindModule=python37.PyState_FindModule
  543. PyState_RemoveModule=python37.PyState_RemoveModule
  544. PyStructSequence_GetItem=python37.PyStructSequence_GetItem
  545. PyStructSequence_New=python37.PyStructSequence_New
  546. PyStructSequence_NewType=python37.PyStructSequence_NewType
  547. PyStructSequence_SetItem=python37.PyStructSequence_SetItem
  548. PySuper_Type=python37.PySuper_Type DATA
  549. PySys_AddWarnOption=python37.PySys_AddWarnOption
  550. PySys_AddWarnOptionUnicode=python37.PySys_AddWarnOptionUnicode
  551. PySys_AddXOption=python37.PySys_AddXOption
  552. PySys_FormatStderr=python37.PySys_FormatStderr
  553. PySys_FormatStdout=python37.PySys_FormatStdout
  554. PySys_GetObject=python37.PySys_GetObject
  555. PySys_GetXOptions=python37.PySys_GetXOptions
  556. PySys_HasWarnOptions=python37.PySys_HasWarnOptions
  557. PySys_ResetWarnOptions=python37.PySys_ResetWarnOptions
  558. PySys_SetArgv=python37.PySys_SetArgv
  559. PySys_SetArgvEx=python37.PySys_SetArgvEx
  560. PySys_SetObject=python37.PySys_SetObject
  561. PySys_SetPath=python37.PySys_SetPath
  562. PySys_WriteStderr=python37.PySys_WriteStderr
  563. PySys_WriteStdout=python37.PySys_WriteStdout
  564. PyThreadState_Clear=python37.PyThreadState_Clear
  565. PyThreadState_Delete=python37.PyThreadState_Delete
  566. PyThreadState_DeleteCurrent=python37.PyThreadState_DeleteCurrent
  567. PyThreadState_Get=python37.PyThreadState_Get
  568. PyThreadState_GetDict=python37.PyThreadState_GetDict
  569. PyThreadState_New=python37.PyThreadState_New
  570. PyThreadState_SetAsyncExc=python37.PyThreadState_SetAsyncExc
  571. PyThreadState_Swap=python37.PyThreadState_Swap
  572. PyThread_tss_alloc=python37.PyThread_tss_alloc
  573. PyThread_tss_create=python37.PyThread_tss_create
  574. PyThread_tss_delete=python37.PyThread_tss_delete
  575. PyThread_tss_free=python37.PyThread_tss_free
  576. PyThread_tss_get=python37.PyThread_tss_get
  577. PyThread_tss_is_created=python37.PyThread_tss_is_created
  578. PyThread_tss_set=python37.PyThread_tss_set
  579. PyTraceBack_Here=python37.PyTraceBack_Here
  580. PyTraceBack_Print=python37.PyTraceBack_Print
  581. PyTraceBack_Type=python37.PyTraceBack_Type DATA
  582. PyTupleIter_Type=python37.PyTupleIter_Type DATA
  583. PyTuple_ClearFreeList=python37.PyTuple_ClearFreeList
  584. PyTuple_GetItem=python37.PyTuple_GetItem
  585. PyTuple_GetSlice=python37.PyTuple_GetSlice
  586. PyTuple_New=python37.PyTuple_New
  587. PyTuple_Pack=python37.PyTuple_Pack
  588. PyTuple_SetItem=python37.PyTuple_SetItem
  589. PyTuple_Size=python37.PyTuple_Size
  590. PyTuple_Type=python37.PyTuple_Type DATA
  591. PyType_ClearCache=python37.PyType_ClearCache
  592. PyType_FromSpec=python37.PyType_FromSpec
  593. PyType_FromSpecWithBases=python37.PyType_FromSpecWithBases
  594. PyType_GenericAlloc=python37.PyType_GenericAlloc
  595. PyType_GenericNew=python37.PyType_GenericNew
  596. PyType_GetFlags=python37.PyType_GetFlags
  597. PyType_GetSlot=python37.PyType_GetSlot
  598. PyType_IsSubtype=python37.PyType_IsSubtype
  599. PyType_Modified=python37.PyType_Modified
  600. PyType_Ready=python37.PyType_Ready
  601. PyType_Type=python37.PyType_Type DATA
  602. PyUnicodeDecodeError_Create=python37.PyUnicodeDecodeError_Create
  603. PyUnicodeDecodeError_GetEncoding=python37.PyUnicodeDecodeError_GetEncoding
  604. PyUnicodeDecodeError_GetEnd=python37.PyUnicodeDecodeError_GetEnd
  605. PyUnicodeDecodeError_GetObject=python37.PyUnicodeDecodeError_GetObject
  606. PyUnicodeDecodeError_GetReason=python37.PyUnicodeDecodeError_GetReason
  607. PyUnicodeDecodeError_GetStart=python37.PyUnicodeDecodeError_GetStart
  608. PyUnicodeDecodeError_SetEnd=python37.PyUnicodeDecodeError_SetEnd
  609. PyUnicodeDecodeError_SetReason=python37.PyUnicodeDecodeError_SetReason
  610. PyUnicodeDecodeError_SetStart=python37.PyUnicodeDecodeError_SetStart
  611. PyUnicodeEncodeError_GetEncoding=python37.PyUnicodeEncodeError_GetEncoding
  612. PyUnicodeEncodeError_GetEnd=python37.PyUnicodeEncodeError_GetEnd
  613. PyUnicodeEncodeError_GetObject=python37.PyUnicodeEncodeError_GetObject
  614. PyUnicodeEncodeError_GetReason=python37.PyUnicodeEncodeError_GetReason
  615. PyUnicodeEncodeError_GetStart=python37.PyUnicodeEncodeError_GetStart
  616. PyUnicodeEncodeError_SetEnd=python37.PyUnicodeEncodeError_SetEnd
  617. PyUnicodeEncodeError_SetReason=python37.PyUnicodeEncodeError_SetReason
  618. PyUnicodeEncodeError_SetStart=python37.PyUnicodeEncodeError_SetStart
  619. PyUnicodeIter_Type=python37.PyUnicodeIter_Type DATA
  620. PyUnicodeTranslateError_GetEnd=python37.PyUnicodeTranslateError_GetEnd
  621. PyUnicodeTranslateError_GetObject=python37.PyUnicodeTranslateError_GetObject
  622. PyUnicodeTranslateError_GetReason=python37.PyUnicodeTranslateError_GetReason
  623. PyUnicodeTranslateError_GetStart=python37.PyUnicodeTranslateError_GetStart
  624. PyUnicodeTranslateError_SetEnd=python37.PyUnicodeTranslateError_SetEnd
  625. PyUnicodeTranslateError_SetReason=python37.PyUnicodeTranslateError_SetReason
  626. PyUnicodeTranslateError_SetStart=python37.PyUnicodeTranslateError_SetStart
  627. PyUnicode_Append=python37.PyUnicode_Append
  628. PyUnicode_AppendAndDel=python37.PyUnicode_AppendAndDel
  629. PyUnicode_AsASCIIString=python37.PyUnicode_AsASCIIString
  630. PyUnicode_AsCharmapString=python37.PyUnicode_AsCharmapString
  631. PyUnicode_AsDecodedObject=python37.PyUnicode_AsDecodedObject
  632. PyUnicode_AsDecodedUnicode=python37.PyUnicode_AsDecodedUnicode
  633. PyUnicode_AsEncodedObject=python37.PyUnicode_AsEncodedObject
  634. PyUnicode_AsEncodedString=python37.PyUnicode_AsEncodedString
  635. PyUnicode_AsEncodedUnicode=python37.PyUnicode_AsEncodedUnicode
  636. PyUnicode_AsLatin1String=python37.PyUnicode_AsLatin1String
  637. PyUnicode_AsMBCSString=python37.PyUnicode_AsMBCSString
  638. PyUnicode_AsRawUnicodeEscapeString=python37.PyUnicode_AsRawUnicodeEscapeString
  639. PyUnicode_AsUCS4=python37.PyUnicode_AsUCS4
  640. PyUnicode_AsUCS4Copy=python37.PyUnicode_AsUCS4Copy
  641. PyUnicode_AsUTF16String=python37.PyUnicode_AsUTF16String
  642. PyUnicode_AsUTF32String=python37.PyUnicode_AsUTF32String
  643. PyUnicode_AsUTF8String=python37.PyUnicode_AsUTF8String
  644. PyUnicode_AsUnicodeEscapeString=python37.PyUnicode_AsUnicodeEscapeString
  645. PyUnicode_AsWideChar=python37.PyUnicode_AsWideChar
  646. PyUnicode_AsWideCharString=python37.PyUnicode_AsWideCharString
  647. PyUnicode_BuildEncodingMap=python37.PyUnicode_BuildEncodingMap
  648. PyUnicode_ClearFreeList=python37.PyUnicode_ClearFreeList
  649. PyUnicode_Compare=python37.PyUnicode_Compare
  650. PyUnicode_CompareWithASCIIString=python37.PyUnicode_CompareWithASCIIString
  651. PyUnicode_Concat=python37.PyUnicode_Concat
  652. PyUnicode_Contains=python37.PyUnicode_Contains
  653. PyUnicode_Count=python37.PyUnicode_Count
  654. PyUnicode_Decode=python37.PyUnicode_Decode
  655. PyUnicode_DecodeASCII=python37.PyUnicode_DecodeASCII
  656. PyUnicode_DecodeCharmap=python37.PyUnicode_DecodeCharmap
  657. PyUnicode_DecodeCodePageStateful=python37.PyUnicode_DecodeCodePageStateful
  658. PyUnicode_DecodeFSDefault=python37.PyUnicode_DecodeFSDefault
  659. PyUnicode_DecodeFSDefaultAndSize=python37.PyUnicode_DecodeFSDefaultAndSize
  660. PyUnicode_DecodeLatin1=python37.PyUnicode_DecodeLatin1
  661. PyUnicode_DecodeLocale=python37.PyUnicode_DecodeLocale
  662. PyUnicode_DecodeLocaleAndSize=python37.PyUnicode_DecodeLocaleAndSize
  663. PyUnicode_DecodeMBCS=python37.PyUnicode_DecodeMBCS
  664. PyUnicode_DecodeMBCSStateful=python37.PyUnicode_DecodeMBCSStateful
  665. PyUnicode_DecodeRawUnicodeEscape=python37.PyUnicode_DecodeRawUnicodeEscape
  666. PyUnicode_DecodeUTF16=python37.PyUnicode_DecodeUTF16
  667. PyUnicode_DecodeUTF16Stateful=python37.PyUnicode_DecodeUTF16Stateful
  668. PyUnicode_DecodeUTF32=python37.PyUnicode_DecodeUTF32
  669. PyUnicode_DecodeUTF32Stateful=python37.PyUnicode_DecodeUTF32Stateful
  670. PyUnicode_DecodeUTF7=python37.PyUnicode_DecodeUTF7
  671. PyUnicode_DecodeUTF7Stateful=python37.PyUnicode_DecodeUTF7Stateful
  672. PyUnicode_DecodeUTF8=python37.PyUnicode_DecodeUTF8
  673. PyUnicode_DecodeUTF8Stateful=python37.PyUnicode_DecodeUTF8Stateful
  674. PyUnicode_DecodeUnicodeEscape=python37.PyUnicode_DecodeUnicodeEscape
  675. PyUnicode_EncodeCodePage=python37.PyUnicode_EncodeCodePage
  676. PyUnicode_EncodeFSDefault=python37.PyUnicode_EncodeFSDefault
  677. PyUnicode_EncodeLocale=python37.PyUnicode_EncodeLocale
  678. PyUnicode_FSConverter=python37.PyUnicode_FSConverter
  679. PyUnicode_FSDecoder=python37.PyUnicode_FSDecoder
  680. PyUnicode_Find=python37.PyUnicode_Find
  681. PyUnicode_FindChar=python37.PyUnicode_FindChar
  682. PyUnicode_Format=python37.PyUnicode_Format
  683. PyUnicode_FromEncodedObject=python37.PyUnicode_FromEncodedObject
  684. PyUnicode_FromFormat=python37.PyUnicode_FromFormat
  685. PyUnicode_FromFormatV=python37.PyUnicode_FromFormatV
  686. PyUnicode_FromObject=python37.PyUnicode_FromObject
  687. PyUnicode_FromOrdinal=python37.PyUnicode_FromOrdinal
  688. PyUnicode_FromString=python37.PyUnicode_FromString
  689. PyUnicode_FromStringAndSize=python37.PyUnicode_FromStringAndSize
  690. PyUnicode_FromWideChar=python37.PyUnicode_FromWideChar
  691. PyUnicode_GetDefaultEncoding=python37.PyUnicode_GetDefaultEncoding
  692. PyUnicode_GetLength=python37.PyUnicode_GetLength
  693. PyUnicode_GetSize=python37.PyUnicode_GetSize
  694. PyUnicode_InternFromString=python37.PyUnicode_InternFromString
  695. PyUnicode_InternImmortal=python37.PyUnicode_InternImmortal
  696. PyUnicode_InternInPlace=python37.PyUnicode_InternInPlace
  697. PyUnicode_IsIdentifier=python37.PyUnicode_IsIdentifier
  698. PyUnicode_Join=python37.PyUnicode_Join
  699. PyUnicode_Partition=python37.PyUnicode_Partition
  700. PyUnicode_RPartition=python37.PyUnicode_RPartition
  701. PyUnicode_RSplit=python37.PyUnicode_RSplit
  702. PyUnicode_ReadChar=python37.PyUnicode_ReadChar
  703. PyUnicode_Replace=python37.PyUnicode_Replace
  704. PyUnicode_Resize=python37.PyUnicode_Resize
  705. PyUnicode_RichCompare=python37.PyUnicode_RichCompare
  706. PyUnicode_Split=python37.PyUnicode_Split
  707. PyUnicode_Splitlines=python37.PyUnicode_Splitlines
  708. PyUnicode_Substring=python37.PyUnicode_Substring
  709. PyUnicode_Tailmatch=python37.PyUnicode_Tailmatch
  710. PyUnicode_Translate=python37.PyUnicode_Translate
  711. PyUnicode_Type=python37.PyUnicode_Type DATA
  712. PyUnicode_WriteChar=python37.PyUnicode_WriteChar
  713. PyWeakref_GetObject=python37.PyWeakref_GetObject
  714. PyWeakref_NewProxy=python37.PyWeakref_NewProxy
  715. PyWeakref_NewRef=python37.PyWeakref_NewRef
  716. PyWrapperDescr_Type=python37.PyWrapperDescr_Type DATA
  717. PyWrapper_New=python37.PyWrapper_New
  718. PyZip_Type=python37.PyZip_Type DATA
  719. Py_AddPendingCall=python37.Py_AddPendingCall
  720. Py_AtExit=python37.Py_AtExit
  721. Py_BuildValue=python37.Py_BuildValue
  722. Py_CompileString=python37.Py_CompileString
  723. Py_DecRef=python37.Py_DecRef
  724. Py_DecodeLocale=python37.Py_DecodeLocale
  725. Py_EncodeLocale=python37.Py_EncodeLocale
  726. Py_EndInterpreter=python37.Py_EndInterpreter
  727. Py_Exit=python37.Py_Exit
  728. Py_FatalError=python37.Py_FatalError
  729. Py_FileSystemDefaultEncodeErrors=python37.Py_FileSystemDefaultEncodeErrors DATA
  730. Py_FileSystemDefaultEncoding=python37.Py_FileSystemDefaultEncoding DATA
  731. Py_Finalize=python37.Py_Finalize
  732. Py_FinalizeEx=python37.Py_FinalizeEx
  733. Py_GetBuildInfo=python37.Py_GetBuildInfo
  734. Py_GetCompiler=python37.Py_GetCompiler
  735. Py_GetCopyright=python37.Py_GetCopyright
  736. Py_GetExecPrefix=python37.Py_GetExecPrefix
  737. Py_GetPath=python37.Py_GetPath
  738. Py_GetPlatform=python37.Py_GetPlatform
  739. Py_GetPrefix=python37.Py_GetPrefix
  740. Py_GetProgramFullPath=python37.Py_GetProgramFullPath
  741. Py_GetProgramName=python37.Py_GetProgramName
  742. Py_GetPythonHome=python37.Py_GetPythonHome
  743. Py_GetRecursionLimit=python37.Py_GetRecursionLimit
  744. Py_GetVersion=python37.Py_GetVersion
  745. Py_HasFileSystemDefaultEncoding=python37.Py_HasFileSystemDefaultEncoding DATA
  746. Py_IncRef=python37.Py_IncRef
  747. Py_Initialize=python37.Py_Initialize
  748. Py_InitializeEx=python37.Py_InitializeEx
  749. Py_IsInitialized=python37.Py_IsInitialized
  750. Py_Main=python37.Py_Main
  751. Py_MakePendingCalls=python37.Py_MakePendingCalls
  752. Py_NewInterpreter=python37.Py_NewInterpreter
  753. Py_ReprEnter=python37.Py_ReprEnter
  754. Py_ReprLeave=python37.Py_ReprLeave
  755. Py_SetPath=python37.Py_SetPath
  756. Py_SetProgramName=python37.Py_SetProgramName
  757. Py_SetPythonHome=python37.Py_SetPythonHome
  758. Py_SetRecursionLimit=python37.Py_SetRecursionLimit
  759. Py_SymtableString=python37.Py_SymtableString
  760. Py_VaBuildValue=python37.Py_VaBuildValue
  761. _PyArg_ParseTupleAndKeywords_SizeT=python37._PyArg_ParseTupleAndKeywords_SizeT
  762. _PyArg_ParseTuple_SizeT=python37._PyArg_ParseTuple_SizeT
  763. _PyArg_Parse_SizeT=python37._PyArg_Parse_SizeT
  764. _PyArg_VaParseTupleAndKeywords_SizeT=python37._PyArg_VaParseTupleAndKeywords_SizeT
  765. _PyArg_VaParse_SizeT=python37._PyArg_VaParse_SizeT
  766. _PyErr_BadInternalCall=python37._PyErr_BadInternalCall
  767. _PyObject_CallFunction_SizeT=python37._PyObject_CallFunction_SizeT
  768. _PyObject_CallMethod_SizeT=python37._PyObject_CallMethod_SizeT
  769. _PyObject_GC_Malloc=python37._PyObject_GC_Malloc
  770. _PyObject_GC_New=python37._PyObject_GC_New
  771. _PyObject_GC_NewVar=python37._PyObject_GC_NewVar
  772. _PyObject_GC_Resize=python37._PyObject_GC_Resize
  773. _PyObject_New=python37._PyObject_New
  774. _PyObject_NewVar=python37._PyObject_NewVar
  775. _PyState_AddModule=python37._PyState_AddModule
  776. _PyThreadState_Init=python37._PyThreadState_Init
  777. _PyThreadState_Prealloc=python37._PyThreadState_Prealloc
  778. _PyTrash_delete_later=python37._PyTrash_delete_later DATA
  779. _PyTrash_delete_nesting=python37._PyTrash_delete_nesting DATA
  780. _PyTrash_deposit_object=python37._PyTrash_deposit_object
  781. _PyTrash_destroy_chain=python37._PyTrash_destroy_chain
  782. _PyTrash_thread_deposit_object=python37._PyTrash_thread_deposit_object
  783. _PyTrash_thread_destroy_chain=python37._PyTrash_thread_destroy_chain
  784. _PyWeakref_CallableProxyType=python37._PyWeakref_CallableProxyType DATA
  785. _PyWeakref_ProxyType=python37._PyWeakref_ProxyType DATA
  786. _PyWeakref_RefType=python37._PyWeakref_RefType DATA
  787. _Py_BuildValue_SizeT=python37._Py_BuildValue_SizeT
  788. _Py_CheckRecursionLimit=python37._Py_CheckRecursionLimit DATA
  789. _Py_CheckRecursiveCall=python37._Py_CheckRecursiveCall
  790. _Py_Dealloc=python37._Py_Dealloc
  791. _Py_EllipsisObject=python37._Py_EllipsisObject DATA
  792. _Py_FalseStruct=python37._Py_FalseStruct DATA
  793. _Py_NoneStruct=python37._Py_NoneStruct DATA
  794. _Py_NotImplementedStruct=python37._Py_NotImplementedStruct DATA
  795. _Py_SwappedOp=python37._Py_SwappedOp DATA
  796. _Py_TrueStruct=python37._Py_TrueStruct DATA
  797. _Py_VaBuildValue_SizeT=python37._Py_VaBuildValue_SizeT