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.

702 lines
35 KiB

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