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.

699 lines
14 KiB

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