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.

698 lines
14 KiB

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