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.

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