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.

804 lines
42 KiB

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