PageRenderTime 31ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/PC/python3.def

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