PageRenderTime 47ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 1ms

/PC/python3.def

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