python3t.def 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. LIBRARY python3t.dll
  2. EXPORTS
  3. PyAIter_Check
  4. PyArg_Parse
  5. PyArg_ParseTuple
  6. PyArg_ParseTupleAndKeywords
  7. PyArg_UnpackTuple
  8. PyArg_VaParse
  9. PyArg_VaParseTupleAndKeywords
  10. PyArg_ValidateKeywordArguments
  11. PyBaseObject_Type
  12. PyBool_FromLong
  13. PyBool_Type
  14. PyBuffer_FillContiguousStrides
  15. PyBuffer_FillInfo
  16. PyBuffer_FromContiguous
  17. PyBuffer_GetPointer
  18. PyBuffer_IsContiguous
  19. PyBuffer_Release
  20. PyBuffer_SizeFromFormat
  21. PyBuffer_ToContiguous
  22. PyByteArrayIter_Type
  23. PyByteArray_AsString
  24. PyByteArray_Concat
  25. PyByteArray_FromObject
  26. PyByteArray_FromStringAndSize
  27. PyByteArray_Resize
  28. PyByteArray_Size
  29. PyByteArray_Type
  30. PyBytesIter_Type
  31. PyBytes_AsString
  32. PyBytes_AsStringAndSize
  33. PyBytes_Concat
  34. PyBytes_ConcatAndDel
  35. PyBytes_DecodeEscape
  36. PyBytes_FromFormat
  37. PyBytes_FromFormatV
  38. PyBytes_FromObject
  39. PyBytes_FromString
  40. PyBytes_FromStringAndSize
  41. PyBytes_Repr
  42. PyBytes_Size
  43. PyBytes_Type
  44. PyCFunction_Call
  45. PyCFunction_GetFlags
  46. PyCFunction_GetFunction
  47. PyCFunction_GetSelf
  48. PyCFunction_New
  49. PyCFunction_NewEx
  50. PyCFunction_Type
  51. PyCMethod_New
  52. PyCallIter_New
  53. PyCallIter_Type
  54. PyCallable_Check
  55. PyCapsule_GetContext
  56. PyCapsule_GetDestructor
  57. PyCapsule_GetName
  58. PyCapsule_GetPointer
  59. PyCapsule_Import
  60. PyCapsule_IsValid
  61. PyCapsule_New
  62. PyCapsule_SetContext
  63. PyCapsule_SetDestructor
  64. PyCapsule_SetName
  65. PyCapsule_SetPointer
  66. PyCapsule_Type
  67. PyClassMethodDescr_Type
  68. PyCodec_BackslashReplaceErrors
  69. PyCodec_Decode
  70. PyCodec_Decoder
  71. PyCodec_Encode
  72. PyCodec_Encoder
  73. PyCodec_IgnoreErrors
  74. PyCodec_IncrementalDecoder
  75. PyCodec_IncrementalEncoder
  76. PyCodec_KnownEncoding
  77. PyCodec_LookupError
  78. PyCodec_NameReplaceErrors
  79. PyCodec_Register
  80. PyCodec_RegisterError
  81. PyCodec_ReplaceErrors
  82. PyCodec_StreamReader
  83. PyCodec_StreamWriter
  84. PyCodec_StrictErrors
  85. PyCodec_Unregister
  86. PyCodec_XMLCharRefReplaceErrors
  87. PyComplex_FromDoubles
  88. PyComplex_ImagAsDouble
  89. PyComplex_RealAsDouble
  90. PyComplex_Type
  91. PyDescr_NewClassMethod
  92. PyDescr_NewGetSet
  93. PyDescr_NewMember
  94. PyDescr_NewMethod
  95. PyDictItems_Type
  96. PyDictIterItem_Type
  97. PyDictIterKey_Type
  98. PyDictIterValue_Type
  99. PyDictKeys_Type
  100. PyDictProxy_New
  101. PyDictProxy_Type
  102. PyDictRevIterItem_Type
  103. PyDictRevIterKey_Type
  104. PyDictRevIterValue_Type
  105. PyDictValues_Type
  106. PyDict_Clear
  107. PyDict_Contains
  108. PyDict_Copy
  109. PyDict_DelItem
  110. PyDict_DelItemString
  111. PyDict_GetItem
  112. PyDict_GetItemRef
  113. PyDict_GetItemString
  114. PyDict_GetItemStringRef
  115. PyDict_GetItemWithError
  116. PyDict_Items
  117. PyDict_Keys
  118. PyDict_Merge
  119. PyDict_MergeFromSeq2
  120. PyDict_New
  121. PyDict_Next
  122. PyDict_SetItem
  123. PyDict_SetItemString
  124. PyDict_Size
  125. PyDict_Type
  126. PyDict_Update
  127. PyDict_Values
  128. PyEllipsis_Type
  129. PyEnum_Type
  130. PyErr_BadArgument
  131. PyErr_BadInternalCall
  132. PyErr_CheckSignals
  133. PyErr_Clear
  134. PyErr_Display
  135. PyErr_DisplayException
  136. PyErr_ExceptionMatches
  137. PyErr_Fetch
  138. PyErr_Format
  139. PyErr_FormatV
  140. PyErr_GetExcInfo
  141. PyErr_GetHandledException
  142. PyErr_GetRaisedException
  143. PyErr_GivenExceptionMatches
  144. PyErr_NewException
  145. PyErr_NewExceptionWithDoc
  146. PyErr_NoMemory
  147. PyErr_NormalizeException
  148. PyErr_Occurred
  149. PyErr_Print
  150. PyErr_PrintEx
  151. PyErr_ProgramText
  152. PyErr_ResourceWarning
  153. PyErr_Restore
  154. PyErr_SetExcFromWindowsErr
  155. PyErr_SetExcFromWindowsErrWithFilename
  156. PyErr_SetExcFromWindowsErrWithFilenameObject
  157. PyErr_SetExcFromWindowsErrWithFilenameObjects
  158. PyErr_SetExcInfo
  159. PyErr_SetFromErrno
  160. PyErr_SetFromErrnoWithFilename
  161. PyErr_SetFromErrnoWithFilenameObject
  162. PyErr_SetFromErrnoWithFilenameObjects
  163. PyErr_SetFromWindowsErr
  164. PyErr_SetFromWindowsErrWithFilename
  165. PyErr_SetHandledException
  166. PyErr_SetImportError
  167. PyErr_SetImportErrorSubclass
  168. PyErr_SetInterrupt
  169. PyErr_SetInterruptEx
  170. PyErr_SetNone
  171. PyErr_SetObject
  172. PyErr_SetRaisedException
  173. PyErr_SetString
  174. PyErr_SyntaxLocation
  175. PyErr_SyntaxLocationEx
  176. PyErr_WarnEx
  177. PyErr_WarnExplicit
  178. PyErr_WarnFormat
  179. PyErr_WriteUnraisable
  180. PyEval_AcquireLock
  181. PyEval_AcquireThread
  182. PyEval_CallFunction
  183. PyEval_CallMethod
  184. PyEval_CallObjectWithKeywords
  185. PyEval_EvalCode
  186. PyEval_EvalCodeEx
  187. PyEval_EvalFrame
  188. PyEval_EvalFrameEx
  189. PyEval_GetBuiltins
  190. PyEval_GetFrame
  191. PyEval_GetFrameBuiltins
  192. PyEval_GetFrameGlobals
  193. PyEval_GetFrameLocals
  194. PyEval_GetFuncDesc
  195. PyEval_GetFuncName
  196. PyEval_GetGlobals
  197. PyEval_GetLocals
  198. PyEval_InitThreads
  199. PyEval_ReleaseLock
  200. PyEval_ReleaseThread
  201. PyEval_RestoreThread
  202. PyEval_SaveThread
  203. PyEval_ThreadsInitialized
  204. PyExc_ArithmeticError
  205. PyExc_AssertionError
  206. PyExc_AttributeError
  207. PyExc_BaseException
  208. PyExc_BaseExceptionGroup
  209. PyExc_BlockingIOError
  210. PyExc_BrokenPipeError
  211. PyExc_BufferError
  212. PyExc_BytesWarning
  213. PyExc_ChildProcessError
  214. PyExc_ConnectionAbortedError
  215. PyExc_ConnectionError
  216. PyExc_ConnectionRefusedError
  217. PyExc_ConnectionResetError
  218. PyExc_DeprecationWarning
  219. PyExc_EOFError
  220. PyExc_EncodingWarning
  221. PyExc_EnvironmentError
  222. PyExc_Exception
  223. PyExc_FileExistsError
  224. PyExc_FileNotFoundError
  225. PyExc_FloatingPointError
  226. PyExc_FutureWarning
  227. PyExc_GeneratorExit
  228. PyExc_IOError
  229. PyExc_ImportError
  230. PyExc_ImportWarning
  231. PyExc_IndentationError
  232. PyExc_IndexError
  233. PyExc_InterruptedError
  234. PyExc_IsADirectoryError
  235. PyExc_KeyError
  236. PyExc_KeyboardInterrupt
  237. PyExc_LookupError
  238. PyExc_MemoryError
  239. PyExc_ModuleNotFoundError
  240. PyExc_NameError
  241. PyExc_NotADirectoryError
  242. PyExc_NotImplementedError
  243. PyExc_OSError
  244. PyExc_OverflowError
  245. PyExc_PendingDeprecationWarning
  246. PyExc_PermissionError
  247. PyExc_ProcessLookupError
  248. PyExc_RecursionError
  249. PyExc_ReferenceError
  250. PyExc_ResourceWarning
  251. PyExc_RuntimeError
  252. PyExc_RuntimeWarning
  253. PyExc_StopAsyncIteration
  254. PyExc_StopIteration
  255. PyExc_SyntaxError
  256. PyExc_SyntaxWarning
  257. PyExc_SystemError
  258. PyExc_SystemExit
  259. PyExc_TabError
  260. PyExc_TimeoutError
  261. PyExc_TypeError
  262. PyExc_UnboundLocalError
  263. PyExc_UnicodeDecodeError
  264. PyExc_UnicodeEncodeError
  265. PyExc_UnicodeError
  266. PyExc_UnicodeTranslateError
  267. PyExc_UnicodeWarning
  268. PyExc_UserWarning
  269. PyExc_ValueError
  270. PyExc_Warning
  271. PyExc_WindowsError
  272. PyExc_ZeroDivisionError
  273. PyExceptionClass_Name
  274. PyException_GetArgs
  275. PyException_GetCause
  276. PyException_GetContext
  277. PyException_GetTraceback
  278. PyException_SetArgs
  279. PyException_SetCause
  280. PyException_SetContext
  281. PyException_SetTraceback
  282. PyFile_FromFd
  283. PyFile_GetLine
  284. PyFile_WriteObject
  285. PyFile_WriteString
  286. PyFilter_Type
  287. PyFloat_AsDouble
  288. PyFloat_FromDouble
  289. PyFloat_FromString
  290. PyFloat_GetInfo
  291. PyFloat_GetMax
  292. PyFloat_GetMin
  293. PyFloat_Type
  294. PyFrame_GetCode
  295. PyFrame_GetLineNumber
  296. PyFrozenSet_New
  297. PyFrozenSet_Type
  298. PyGC_Collect
  299. PyGC_Disable
  300. PyGC_Enable
  301. PyGC_IsEnabled
  302. PyGILState_Ensure
  303. PyGILState_GetThisThreadState
  304. PyGILState_Release
  305. PyGetSetDescr_Type
  306. PyImport_AddModule
  307. PyImport_AddModuleObject
  308. PyImport_AddModuleRef
  309. PyImport_AppendInittab
  310. PyImport_ExecCodeModule
  311. PyImport_ExecCodeModuleEx
  312. PyImport_ExecCodeModuleObject
  313. PyImport_ExecCodeModuleWithPathnames
  314. PyImport_GetImporter
  315. PyImport_GetMagicNumber
  316. PyImport_GetMagicTag
  317. PyImport_GetModule
  318. PyImport_GetModuleDict
  319. PyImport_Import
  320. PyImport_ImportFrozenModule
  321. PyImport_ImportFrozenModuleObject
  322. PyImport_ImportModule
  323. PyImport_ImportModuleLevel
  324. PyImport_ImportModuleLevelObject
  325. PyImport_ImportModuleNoBlock
  326. PyImport_ReloadModule
  327. PyIndex_Check
  328. PyInterpreterState_Clear
  329. PyInterpreterState_Delete
  330. PyInterpreterState_Get
  331. PyInterpreterState_GetDict
  332. PyInterpreterState_GetID
  333. PyInterpreterState_New
  334. PyIter_Check
  335. PyIter_Next
  336. PyIter_Send
  337. PyListIter_Type
  338. PyListRevIter_Type
  339. PyList_Append
  340. PyList_AsTuple
  341. PyList_GetItem
  342. PyList_GetItemRef
  343. PyList_GetSlice
  344. PyList_Insert
  345. PyList_New
  346. PyList_Reverse
  347. PyList_SetItem
  348. PyList_SetSlice
  349. PyList_Size
  350. PyList_Sort
  351. PyList_Type
  352. PyLongRangeIter_Type
  353. PyLong_AsDouble
  354. PyLong_AsInt
  355. PyLong_AsLong
  356. PyLong_AsLongAndOverflow
  357. PyLong_AsLongLong
  358. PyLong_AsLongLongAndOverflow
  359. PyLong_AsSize_t
  360. PyLong_AsSsize_t
  361. PyLong_AsUnsignedLong
  362. PyLong_AsUnsignedLongLong
  363. PyLong_AsUnsignedLongLongMask
  364. PyLong_AsUnsignedLongMask
  365. PyLong_AsVoidPtr
  366. PyLong_FromDouble
  367. PyLong_FromLong
  368. PyLong_FromLongLong
  369. PyLong_FromSize_t
  370. PyLong_FromSsize_t
  371. PyLong_FromString
  372. PyLong_FromUnsignedLong
  373. PyLong_FromUnsignedLongLong
  374. PyLong_FromVoidPtr
  375. PyLong_GetInfo
  376. PyLong_Type
  377. PyMap_Type
  378. PyMapping_Check
  379. PyMapping_GetItemString
  380. PyMapping_GetOptionalItem
  381. PyMapping_GetOptionalItemString
  382. PyMapping_HasKey
  383. PyMapping_HasKeyString
  384. PyMapping_HasKeyStringWithError
  385. PyMapping_HasKeyWithError
  386. PyMapping_Items
  387. PyMapping_Keys
  388. PyMapping_Length
  389. PyMapping_SetItemString
  390. PyMapping_Size
  391. PyMapping_Values
  392. PyMarshal_ReadObjectFromString
  393. PyMarshal_WriteObjectToString
  394. PyMem_Calloc
  395. PyMem_Free
  396. PyMem_Malloc
  397. PyMem_RawCalloc
  398. PyMem_RawFree
  399. PyMem_RawMalloc
  400. PyMem_RawRealloc
  401. PyMem_Realloc
  402. PyMemberDescr_Type
  403. PyMember_GetOne
  404. PyMember_SetOne
  405. PyMemoryView_FromBuffer
  406. PyMemoryView_FromMemory
  407. PyMemoryView_FromObject
  408. PyMemoryView_GetContiguous
  409. PyMemoryView_Type
  410. PyMethodDescr_Type
  411. PyModuleDef_Init
  412. PyModuleDef_Type
  413. PyModule_Add
  414. PyModule_AddFunctions
  415. PyModule_AddIntConstant
  416. PyModule_AddObject
  417. PyModule_AddObjectRef
  418. PyModule_AddStringConstant
  419. PyModule_AddType
  420. PyModule_Create2
  421. PyModule_ExecDef
  422. PyModule_FromDefAndSpec2
  423. PyModule_GetDef
  424. PyModule_GetDict
  425. PyModule_GetFilename
  426. PyModule_GetFilenameObject
  427. PyModule_GetName
  428. PyModule_GetNameObject
  429. PyModule_GetState
  430. PyModule_New
  431. PyModule_NewObject
  432. PyModule_SetDocString
  433. PyModule_Type
  434. PyNumber_Absolute
  435. PyNumber_Add
  436. PyNumber_And
  437. PyNumber_AsSsize_t
  438. PyNumber_Check
  439. PyNumber_Divmod
  440. PyNumber_Float
  441. PyNumber_FloorDivide
  442. PyNumber_InPlaceAdd
  443. PyNumber_InPlaceAnd
  444. PyNumber_InPlaceFloorDivide
  445. PyNumber_InPlaceLshift
  446. PyNumber_InPlaceMatrixMultiply
  447. PyNumber_InPlaceMultiply
  448. PyNumber_InPlaceOr
  449. PyNumber_InPlacePower
  450. PyNumber_InPlaceRemainder
  451. PyNumber_InPlaceRshift
  452. PyNumber_InPlaceSubtract
  453. PyNumber_InPlaceTrueDivide
  454. PyNumber_InPlaceXor
  455. PyNumber_Index
  456. PyNumber_Invert
  457. PyNumber_Long
  458. PyNumber_Lshift
  459. PyNumber_MatrixMultiply
  460. PyNumber_Multiply
  461. PyNumber_Negative
  462. PyNumber_Or
  463. PyNumber_Positive
  464. PyNumber_Power
  465. PyNumber_Remainder
  466. PyNumber_Rshift
  467. PyNumber_Subtract
  468. PyNumber_ToBase
  469. PyNumber_TrueDivide
  470. PyNumber_Xor
  471. PyOS_CheckStack
  472. PyOS_FSPath
  473. PyOS_InputHook
  474. PyOS_InterruptOccurred
  475. PyOS_double_to_string
  476. PyOS_getsig
  477. PyOS_mystricmp
  478. PyOS_mystrnicmp
  479. PyOS_setsig
  480. PyOS_snprintf
  481. PyOS_string_to_double
  482. PyOS_strtol
  483. PyOS_strtoul
  484. PyOS_vsnprintf
  485. PyObject_ASCII
  486. PyObject_AsCharBuffer
  487. PyObject_AsFileDescriptor
  488. PyObject_AsReadBuffer
  489. PyObject_AsWriteBuffer
  490. PyObject_Bytes
  491. PyObject_Call
  492. PyObject_CallFunction
  493. PyObject_CallFunctionObjArgs
  494. PyObject_CallMethod
  495. PyObject_CallMethodObjArgs
  496. PyObject_CallNoArgs
  497. PyObject_CallObject
  498. PyObject_Calloc
  499. PyObject_CheckBuffer
  500. PyObject_CheckReadBuffer
  501. PyObject_ClearWeakRefs
  502. PyObject_CopyData
  503. PyObject_DelAttr
  504. PyObject_DelAttrString
  505. PyObject_DelItem
  506. PyObject_DelItemString
  507. PyObject_Dir
  508. PyObject_Format
  509. PyObject_Free
  510. PyObject_GC_Del
  511. PyObject_GC_IsFinalized
  512. PyObject_GC_IsTracked
  513. PyObject_GC_Track
  514. PyObject_GC_UnTrack
  515. PyObject_GenericGetAttr
  516. PyObject_GenericGetDict
  517. PyObject_GenericSetAttr
  518. PyObject_GenericSetDict
  519. PyObject_GetAIter
  520. PyObject_GetAttr
  521. PyObject_GetAttrString
  522. PyObject_GetBuffer
  523. PyObject_GetItem
  524. PyObject_GetIter
  525. PyObject_GetOptionalAttr
  526. PyObject_GetOptionalAttrString
  527. PyObject_GetTypeData
  528. PyObject_HasAttr
  529. PyObject_HasAttrString
  530. PyObject_HasAttrStringWithError
  531. PyObject_HasAttrWithError
  532. PyObject_Hash
  533. PyObject_HashNotImplemented
  534. PyObject_Init
  535. PyObject_InitVar
  536. PyObject_IsInstance
  537. PyObject_IsSubclass
  538. PyObject_IsTrue
  539. PyObject_Length
  540. PyObject_Malloc
  541. PyObject_Not
  542. PyObject_Realloc
  543. PyObject_Repr
  544. PyObject_RichCompare
  545. PyObject_RichCompareBool
  546. PyObject_SelfIter
  547. PyObject_SetAttr
  548. PyObject_SetAttrString
  549. PyObject_SetItem
  550. PyObject_Size
  551. PyObject_Str
  552. PyObject_Type
  553. PyObject_Vectorcall
  554. PyObject_VectorcallMethod
  555. PyProperty_Type
  556. PyRangeIter_Type
  557. PyRange_Type
  558. PyReversed_Type
  559. PySeqIter_New
  560. PySeqIter_Type
  561. PySequence_Check
  562. PySequence_Concat
  563. PySequence_Contains
  564. PySequence_Count
  565. PySequence_DelItem
  566. PySequence_DelSlice
  567. PySequence_Fast
  568. PySequence_GetItem
  569. PySequence_GetSlice
  570. PySequence_In
  571. PySequence_InPlaceConcat
  572. PySequence_InPlaceRepeat
  573. PySequence_Index
  574. PySequence_Length
  575. PySequence_List
  576. PySequence_Repeat
  577. PySequence_SetItem
  578. PySequence_SetSlice
  579. PySequence_Size
  580. PySequence_Tuple
  581. PySetIter_Type
  582. PySet_Add
  583. PySet_Clear
  584. PySet_Contains
  585. PySet_Discard
  586. PySet_New
  587. PySet_Pop
  588. PySet_Size
  589. PySet_Type
  590. PySlice_AdjustIndices
  591. PySlice_GetIndices
  592. PySlice_GetIndicesEx
  593. PySlice_New
  594. PySlice_Type
  595. PySlice_Unpack
  596. PyState_AddModule
  597. PyState_FindModule
  598. PyState_RemoveModule
  599. PyStructSequence_GetItem
  600. PyStructSequence_New
  601. PyStructSequence_NewType
  602. PyStructSequence_SetItem
  603. PyStructSequence_UnnamedField
  604. PySuper_Type
  605. PySys_AddWarnOption
  606. PySys_AddWarnOptionUnicode
  607. PySys_AddXOption
  608. PySys_Audit
  609. PySys_AuditTuple
  610. PySys_FormatStderr
  611. PySys_FormatStdout
  612. PySys_GetObject
  613. PySys_GetXOptions
  614. PySys_HasWarnOptions
  615. PySys_ResetWarnOptions
  616. PySys_SetArgv
  617. PySys_SetArgvEx
  618. PySys_SetObject
  619. PySys_SetPath
  620. PySys_WriteStderr
  621. PySys_WriteStdout
  622. PyThreadState_Clear
  623. PyThreadState_Delete
  624. PyThreadState_DeleteCurrent
  625. PyThreadState_Get
  626. PyThreadState_GetDict
  627. PyThreadState_GetFrame
  628. PyThreadState_GetID
  629. PyThreadState_GetInterpreter
  630. PyThreadState_New
  631. PyThreadState_SetAsyncExc
  632. PyThreadState_Swap
  633. PyThread_GetInfo
  634. PyThread_ReInitTLS
  635. PyThread_acquire_lock
  636. PyThread_acquire_lock_timed
  637. PyThread_allocate_lock
  638. PyThread_create_key
  639. PyThread_delete_key
  640. PyThread_delete_key_value
  641. PyThread_exit_thread
  642. PyThread_free_lock
  643. PyThread_get_key_value
  644. PyThread_get_stacksize
  645. PyThread_get_thread_ident
  646. PyThread_get_thread_native_id
  647. PyThread_init_thread
  648. PyThread_release_lock
  649. PyThread_set_key_value
  650. PyThread_set_stacksize
  651. PyThread_start_new_thread
  652. PyThread_tss_alloc
  653. PyThread_tss_create
  654. PyThread_tss_delete
  655. PyThread_tss_free
  656. PyThread_tss_get
  657. PyThread_tss_is_created
  658. PyThread_tss_set
  659. PyTraceBack_Here
  660. PyTraceBack_Print
  661. PyTraceBack_Type
  662. PyTupleIter_Type
  663. PyTuple_GetItem
  664. PyTuple_GetSlice
  665. PyTuple_New
  666. PyTuple_Pack
  667. PyTuple_SetItem
  668. PyTuple_Size
  669. PyTuple_Type
  670. PyType_ClearCache
  671. PyType_FromMetaclass
  672. PyType_FromModuleAndSpec
  673. PyType_FromSpec
  674. PyType_FromSpecWithBases
  675. PyType_GenericAlloc
  676. PyType_GenericNew
  677. PyType_GetFlags
  678. PyType_GetFullyQualifiedName
  679. PyType_GetModule
  680. PyType_GetModuleByDef
  681. PyType_GetModuleName
  682. PyType_GetModuleState
  683. PyType_GetName
  684. PyType_GetQualName
  685. PyType_GetSlot
  686. PyType_GetTypeDataSize
  687. PyType_IsSubtype
  688. PyType_Modified
  689. PyType_Ready
  690. PyType_Type
  691. PyUnicodeDecodeError_Create
  692. PyUnicodeDecodeError_GetEncoding
  693. PyUnicodeDecodeError_GetEnd
  694. PyUnicodeDecodeError_GetObject
  695. PyUnicodeDecodeError_GetReason
  696. PyUnicodeDecodeError_GetStart
  697. PyUnicodeDecodeError_SetEnd
  698. PyUnicodeDecodeError_SetReason
  699. PyUnicodeDecodeError_SetStart
  700. PyUnicodeEncodeError_GetEncoding
  701. PyUnicodeEncodeError_GetEnd
  702. PyUnicodeEncodeError_GetObject
  703. PyUnicodeEncodeError_GetReason
  704. PyUnicodeEncodeError_GetStart
  705. PyUnicodeEncodeError_SetEnd
  706. PyUnicodeEncodeError_SetReason
  707. PyUnicodeEncodeError_SetStart
  708. PyUnicodeIter_Type
  709. PyUnicodeTranslateError_GetEnd
  710. PyUnicodeTranslateError_GetObject
  711. PyUnicodeTranslateError_GetReason
  712. PyUnicodeTranslateError_GetStart
  713. PyUnicodeTranslateError_SetEnd
  714. PyUnicodeTranslateError_SetReason
  715. PyUnicodeTranslateError_SetStart
  716. PyUnicode_Append
  717. PyUnicode_AppendAndDel
  718. PyUnicode_AsASCIIString
  719. PyUnicode_AsCharmapString
  720. PyUnicode_AsDecodedObject
  721. PyUnicode_AsDecodedUnicode
  722. PyUnicode_AsEncodedObject
  723. PyUnicode_AsEncodedString
  724. PyUnicode_AsEncodedUnicode
  725. PyUnicode_AsLatin1String
  726. PyUnicode_AsMBCSString
  727. PyUnicode_AsRawUnicodeEscapeString
  728. PyUnicode_AsUCS4
  729. PyUnicode_AsUCS4Copy
  730. PyUnicode_AsUTF16String
  731. PyUnicode_AsUTF32String
  732. PyUnicode_AsUTF8AndSize
  733. PyUnicode_AsUTF8String
  734. PyUnicode_AsUnicodeEscapeString
  735. PyUnicode_AsWideChar
  736. PyUnicode_AsWideCharString
  737. PyUnicode_BuildEncodingMap
  738. PyUnicode_Compare
  739. PyUnicode_CompareWithASCIIString
  740. PyUnicode_Concat
  741. PyUnicode_Contains
  742. PyUnicode_Count
  743. PyUnicode_Decode
  744. PyUnicode_DecodeASCII
  745. PyUnicode_DecodeCharmap
  746. PyUnicode_DecodeCodePageStateful
  747. PyUnicode_DecodeFSDefault
  748. PyUnicode_DecodeFSDefaultAndSize
  749. PyUnicode_DecodeLatin1
  750. PyUnicode_DecodeLocale
  751. PyUnicode_DecodeLocaleAndSize
  752. PyUnicode_DecodeMBCS
  753. PyUnicode_DecodeMBCSStateful
  754. PyUnicode_DecodeRawUnicodeEscape
  755. PyUnicode_DecodeUTF16
  756. PyUnicode_DecodeUTF16Stateful
  757. PyUnicode_DecodeUTF32
  758. PyUnicode_DecodeUTF32Stateful
  759. PyUnicode_DecodeUTF7
  760. PyUnicode_DecodeUTF7Stateful
  761. PyUnicode_DecodeUTF8
  762. PyUnicode_DecodeUTF8Stateful
  763. PyUnicode_DecodeUnicodeEscape
  764. PyUnicode_EncodeCodePage
  765. PyUnicode_EncodeFSDefault
  766. PyUnicode_EncodeLocale
  767. PyUnicode_EqualToUTF8
  768. PyUnicode_EqualToUTF8AndSize
  769. PyUnicode_FSConverter
  770. PyUnicode_FSDecoder
  771. PyUnicode_Find
  772. PyUnicode_FindChar
  773. PyUnicode_Format
  774. PyUnicode_FromEncodedObject
  775. PyUnicode_FromFormat
  776. PyUnicode_FromFormatV
  777. PyUnicode_FromObject
  778. PyUnicode_FromOrdinal
  779. PyUnicode_FromString
  780. PyUnicode_FromStringAndSize
  781. PyUnicode_FromWideChar
  782. PyUnicode_GetDefaultEncoding
  783. PyUnicode_GetLength
  784. PyUnicode_GetSize
  785. PyUnicode_InternFromString
  786. PyUnicode_InternImmortal
  787. PyUnicode_InternInPlace
  788. PyUnicode_IsIdentifier
  789. PyUnicode_Join
  790. PyUnicode_Partition
  791. PyUnicode_RPartition
  792. PyUnicode_RSplit
  793. PyUnicode_ReadChar
  794. PyUnicode_Replace
  795. PyUnicode_Resize
  796. PyUnicode_RichCompare
  797. PyUnicode_Split
  798. PyUnicode_Splitlines
  799. PyUnicode_Substring
  800. PyUnicode_Tailmatch
  801. PyUnicode_Translate
  802. PyUnicode_Type
  803. PyUnicode_WriteChar
  804. PyVectorcall_Call
  805. PyVectorcall_NARGS
  806. PyWeakref_GetObject
  807. PyWeakref_GetRef
  808. PyWeakref_NewProxy
  809. PyWeakref_NewRef
  810. PyWrapperDescr_Type
  811. PyWrapper_New
  812. PyZip_Type
  813. Py_AddPendingCall
  814. Py_AtExit
  815. Py_BuildValue
  816. Py_BytesMain
  817. Py_CompileString
  818. Py_DecRef
  819. Py_DecodeLocale
  820. Py_EncodeLocale
  821. Py_EndInterpreter
  822. Py_EnterRecursiveCall
  823. Py_Exit
  824. Py_FatalError
  825. Py_FileSystemDefaultEncodeErrors
  826. Py_FileSystemDefaultEncoding
  827. Py_Finalize
  828. Py_FinalizeEx
  829. Py_GenericAlias
  830. Py_GenericAliasType
  831. Py_GetArgcArgv
  832. Py_GetBuildInfo
  833. Py_GetCompiler
  834. Py_GetConstant
  835. Py_GetConstantBorrowed
  836. Py_GetCopyright
  837. Py_GetExecPrefix
  838. Py_GetPath
  839. Py_GetPlatform
  840. Py_GetPrefix
  841. Py_GetProgramFullPath
  842. Py_GetProgramName
  843. Py_GetPythonHome
  844. Py_GetRecursionLimit
  845. Py_GetVersion
  846. Py_HasFileSystemDefaultEncoding
  847. Py_IncRef
  848. Py_Initialize
  849. Py_InitializeEx
  850. Py_Is
  851. Py_IsFalse
  852. Py_IsFinalizing
  853. Py_IsInitialized
  854. Py_IsNone
  855. Py_IsTrue
  856. Py_LeaveRecursiveCall
  857. Py_Main
  858. Py_MakePendingCalls
  859. Py_NewInterpreter
  860. Py_NewRef
  861. Py_ReprEnter
  862. Py_ReprLeave
  863. Py_SetPath
  864. Py_SetProgramName
  865. Py_SetPythonHome
  866. Py_SetRecursionLimit
  867. Py_UTF8Mode
  868. Py_VaBuildValue
  869. Py_Version
  870. Py_XNewRef
  871. _PyArg_ParseTupleAndKeywords_SizeT
  872. _PyArg_ParseTuple_SizeT
  873. _PyArg_Parse_SizeT
  874. _PyArg_VaParseTupleAndKeywords_SizeT
  875. _PyArg_VaParse_SizeT
  876. _PyErr_BadInternalCall
  877. _PyObject_CallFunction_SizeT
  878. _PyObject_CallMethod_SizeT
  879. _PyObject_GC_New
  880. _PyObject_GC_NewVar
  881. _PyObject_GC_Resize
  882. _PyObject_New
  883. _PyObject_NewVar
  884. _PyState_AddModule
  885. _PyThreadState_Init
  886. _PyThreadState_Prealloc
  887. _PyWeakref_CallableProxyType
  888. _PyWeakref_ProxyType
  889. _PyWeakref_RefType
  890. _Py_BuildValue_SizeT
  891. _Py_CheckRecursiveCall
  892. _Py_Dealloc
  893. _Py_DecRef
  894. _Py_EllipsisObject
  895. _Py_FalseStruct
  896. _Py_IncRef
  897. _Py_NegativeRefcount
  898. _Py_NoneStruct
  899. _Py_NotImplementedStruct
  900. _Py_RefTotal
  901. _Py_SetRefcnt
  902. _Py_SwappedOp
  903. _Py_TrueStruct
  904. _Py_VaBuildValue_SizeT