triton-windows 3.2.0.post18__cp39-cp39-win_amd64.whl → 3.2.0.post21__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of triton-windows might be problematic. Click here for more details.

Files changed (111) hide show
  1. triton/_C/libtriton.pyd +0 -0
  2. triton/backends/amd/driver.py +6 -1
  3. triton/backends/nvidia/compiler.py +1 -3
  4. triton/backends/nvidia/driver.c +1 -0
  5. triton/backends/nvidia/driver.py +8 -3
  6. triton/runtime/autotuner.py +2 -2
  7. triton/runtime/build.py +14 -6
  8. triton/runtime/tcc/lib/python310.def +1610 -0
  9. triton/runtime/tcc/lib/python311.def +1633 -0
  10. triton/runtime/tcc/lib/python312.def +1703 -0
  11. triton/runtime/tcc/lib/python313.def +1651 -0
  12. triton/runtime/tcc/lib/python313t.def +1656 -0
  13. triton/runtime/tcc/lib/python39.def +1644 -0
  14. triton/runtime/tcc/lib/python3t.def +905 -0
  15. triton/windows_utils.py +11 -4
  16. {triton_windows-3.2.0.post18.dist-info → triton_windows-3.2.0.post21.dist-info}/METADATA +1 -1
  17. {triton_windows-3.2.0.post18.dist-info → triton_windows-3.2.0.post21.dist-info}/RECORD +19 -104
  18. {triton_windows-3.2.0.post18.dist-info → triton_windows-3.2.0.post21.dist-info}/WHEEL +1 -1
  19. triton/backends/amd/include/hip/amd_detail/amd_channel_descriptor.h +0 -358
  20. triton/backends/amd/include/hip/amd_detail/amd_device_functions.h +0 -1031
  21. triton/backends/amd/include/hip/amd_detail/amd_hip_atomic.h +0 -1612
  22. triton/backends/amd/include/hip/amd_detail/amd_hip_bf16.h +0 -1337
  23. triton/backends/amd/include/hip/amd_detail/amd_hip_bfloat16.h +0 -293
  24. triton/backends/amd/include/hip/amd_detail/amd_hip_common.h +0 -32
  25. triton/backends/amd/include/hip/amd_detail/amd_hip_complex.h +0 -174
  26. triton/backends/amd/include/hip/amd_detail/amd_hip_cooperative_groups.h +0 -829
  27. triton/backends/amd/include/hip/amd_detail/amd_hip_fp16.h +0 -1809
  28. triton/backends/amd/include/hip/amd_detail/amd_hip_gl_interop.h +0 -108
  29. triton/backends/amd/include/hip/amd_detail/amd_hip_math_constants.h +0 -124
  30. triton/backends/amd/include/hip/amd_detail/amd_hip_runtime.h +0 -405
  31. triton/backends/amd/include/hip/amd_detail/amd_hip_runtime_pt_api.h +0 -196
  32. triton/backends/amd/include/hip/amd_detail/amd_hip_unsafe_atomics.h +0 -565
  33. triton/backends/amd/include/hip/amd_detail/amd_hip_vector_types.h +0 -2226
  34. triton/backends/amd/include/hip/amd_detail/amd_math_functions.h +0 -104
  35. triton/backends/amd/include/hip/amd_detail/amd_surface_functions.h +0 -244
  36. triton/backends/amd/include/hip/amd_detail/amd_warp_functions.h +0 -494
  37. triton/backends/amd/include/hip/amd_detail/concepts.hpp +0 -30
  38. triton/backends/amd/include/hip/amd_detail/device_library_decls.h +0 -133
  39. triton/backends/amd/include/hip/amd_detail/functional_grid_launch.hpp +0 -218
  40. triton/backends/amd/include/hip/amd_detail/grid_launch.h +0 -67
  41. triton/backends/amd/include/hip/amd_detail/grid_launch.hpp +0 -50
  42. triton/backends/amd/include/hip/amd_detail/grid_launch_GGL.hpp +0 -26
  43. triton/backends/amd/include/hip/amd_detail/helpers.hpp +0 -137
  44. triton/backends/amd/include/hip/amd_detail/hip_api_trace.hpp +0 -1350
  45. triton/backends/amd/include/hip/amd_detail/hip_assert.h +0 -101
  46. triton/backends/amd/include/hip/amd_detail/hip_cooperative_groups_helper.h +0 -242
  47. triton/backends/amd/include/hip/amd_detail/hip_fp16_gcc.h +0 -254
  48. triton/backends/amd/include/hip/amd_detail/hip_fp16_math_fwd.h +0 -96
  49. triton/backends/amd/include/hip/amd_detail/hip_ldg.h +0 -100
  50. triton/backends/amd/include/hip/amd_detail/hip_prof_str.h +0 -10169
  51. triton/backends/amd/include/hip/amd_detail/hip_runtime_prof.h +0 -77
  52. triton/backends/amd/include/hip/amd_detail/host_defines.h +0 -180
  53. triton/backends/amd/include/hip/amd_detail/hsa_helpers.hpp +0 -102
  54. triton/backends/amd/include/hip/amd_detail/macro_based_grid_launch.hpp +0 -798
  55. triton/backends/amd/include/hip/amd_detail/math_fwd.h +0 -698
  56. triton/backends/amd/include/hip/amd_detail/ockl_image.h +0 -177
  57. triton/backends/amd/include/hip/amd_detail/program_state.hpp +0 -107
  58. triton/backends/amd/include/hip/amd_detail/texture_fetch_functions.h +0 -491
  59. triton/backends/amd/include/hip/amd_detail/texture_indirect_functions.h +0 -478
  60. triton/backends/amd/include/hip/channel_descriptor.h +0 -39
  61. triton/backends/amd/include/hip/device_functions.h +0 -38
  62. triton/backends/amd/include/hip/driver_types.h +0 -468
  63. triton/backends/amd/include/hip/hip_bf16.h +0 -36
  64. triton/backends/amd/include/hip/hip_bfloat16.h +0 -44
  65. triton/backends/amd/include/hip/hip_common.h +0 -100
  66. triton/backends/amd/include/hip/hip_complex.h +0 -38
  67. triton/backends/amd/include/hip/hip_cooperative_groups.h +0 -46
  68. triton/backends/amd/include/hip/hip_deprecated.h +0 -95
  69. triton/backends/amd/include/hip/hip_ext.h +0 -159
  70. triton/backends/amd/include/hip/hip_fp16.h +0 -36
  71. triton/backends/amd/include/hip/hip_gl_interop.h +0 -32
  72. triton/backends/amd/include/hip/hip_hcc.h +0 -24
  73. triton/backends/amd/include/hip/hip_math_constants.h +0 -36
  74. triton/backends/amd/include/hip/hip_profile.h +0 -27
  75. triton/backends/amd/include/hip/hip_runtime.h +0 -75
  76. triton/backends/amd/include/hip/hip_runtime_api.h +0 -8919
  77. triton/backends/amd/include/hip/hip_texture_types.h +0 -29
  78. triton/backends/amd/include/hip/hip_vector_types.h +0 -41
  79. triton/backends/amd/include/hip/hip_version.h +0 -17
  80. triton/backends/amd/include/hip/hiprtc.h +0 -421
  81. triton/backends/amd/include/hip/library_types.h +0 -78
  82. triton/backends/amd/include/hip/math_functions.h +0 -42
  83. triton/backends/amd/include/hip/surface_types.h +0 -63
  84. triton/backends/amd/include/hip/texture_types.h +0 -194
  85. triton/backends/amd/include/hsa/Brig.h +0 -1131
  86. triton/backends/amd/include/hsa/amd_hsa_common.h +0 -91
  87. triton/backends/amd/include/hsa/amd_hsa_elf.h +0 -436
  88. triton/backends/amd/include/hsa/amd_hsa_kernel_code.h +0 -269
  89. triton/backends/amd/include/hsa/amd_hsa_queue.h +0 -109
  90. triton/backends/amd/include/hsa/amd_hsa_signal.h +0 -80
  91. triton/backends/amd/include/hsa/hsa.h +0 -5729
  92. triton/backends/amd/include/hsa/hsa_amd_tool.h +0 -91
  93. triton/backends/amd/include/hsa/hsa_api_trace.h +0 -566
  94. triton/backends/amd/include/hsa/hsa_ext_amd.h +0 -3090
  95. triton/backends/amd/include/hsa/hsa_ext_finalize.h +0 -531
  96. triton/backends/amd/include/hsa/hsa_ext_image.h +0 -1454
  97. triton/backends/amd/include/hsa/hsa_ven_amd_aqlprofile.h +0 -488
  98. triton/backends/amd/include/hsa/hsa_ven_amd_loader.h +0 -667
  99. triton/backends/amd/include/roctracer/ext/prof_protocol.h +0 -107
  100. triton/backends/amd/include/roctracer/hip_ostream_ops.h +0 -4435
  101. triton/backends/amd/include/roctracer/hsa_ostream_ops.h +0 -1467
  102. triton/backends/amd/include/roctracer/hsa_prof_str.h +0 -3027
  103. triton/backends/amd/include/roctracer/roctracer.h +0 -779
  104. triton/backends/amd/include/roctracer/roctracer_ext.h +0 -81
  105. triton/backends/amd/include/roctracer/roctracer_hcc.h +0 -24
  106. triton/backends/amd/include/roctracer/roctracer_hip.h +0 -37
  107. triton/backends/amd/include/roctracer/roctracer_hsa.h +0 -112
  108. triton/backends/amd/include/roctracer/roctracer_plugin.h +0 -137
  109. triton/backends/amd/include/roctracer/roctracer_roctx.h +0 -67
  110. triton/backends/amd/include/roctracer/roctx.h +0 -229
  111. {triton_windows-3.2.0.post18.dist-info → triton_windows-3.2.0.post21.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1651 @@
1
+ LIBRARY python313.dll
2
+
3
+ EXPORTS
4
+ PY_TIMEOUT_MAX
5
+ PyAIter_Check
6
+ PyArg_Parse
7
+ PyArg_ParseTuple
8
+ PyArg_ParseTupleAndKeywords
9
+ PyArg_UnpackTuple
10
+ PyArg_VaParse
11
+ PyArg_VaParseTupleAndKeywords
12
+ PyArg_ValidateKeywordArguments
13
+ PyAsyncGen_New
14
+ PyAsyncGen_Type
15
+ PyBaseObject_Type
16
+ PyBool_FromLong
17
+ PyBool_Type
18
+ PyBuffer_FillContiguousStrides
19
+ PyBuffer_FillInfo
20
+ PyBuffer_FromContiguous
21
+ PyBuffer_GetPointer
22
+ PyBuffer_IsContiguous
23
+ PyBuffer_Release
24
+ PyBuffer_SizeFromFormat
25
+ PyBuffer_ToContiguous
26
+ PyByteArrayIter_Type
27
+ PyByteArray_AsString
28
+ PyByteArray_Concat
29
+ PyByteArray_FromObject
30
+ PyByteArray_FromStringAndSize
31
+ PyByteArray_Resize
32
+ PyByteArray_Size
33
+ PyByteArray_Type
34
+ PyBytesIter_Type
35
+ PyBytes_AsString
36
+ PyBytes_AsStringAndSize
37
+ PyBytes_Concat
38
+ PyBytes_ConcatAndDel
39
+ PyBytes_DecodeEscape
40
+ PyBytes_FromFormat
41
+ PyBytes_FromFormatV
42
+ PyBytes_FromObject
43
+ PyBytes_FromString
44
+ PyBytes_FromStringAndSize
45
+ PyBytes_Repr
46
+ PyBytes_Size
47
+ PyBytes_Type
48
+ PyCFunction_Call
49
+ PyCFunction_GetFlags
50
+ PyCFunction_GetFunction
51
+ PyCFunction_GetSelf
52
+ PyCFunction_New
53
+ PyCFunction_NewEx
54
+ PyCFunction_Type
55
+ PyCMethod_New
56
+ PyCMethod_Type
57
+ PyCallIter_New
58
+ PyCallIter_Type
59
+ PyCallable_Check
60
+ PyCapsule_GetContext
61
+ PyCapsule_GetDestructor
62
+ PyCapsule_GetName
63
+ PyCapsule_GetPointer
64
+ PyCapsule_Import
65
+ PyCapsule_IsValid
66
+ PyCapsule_New
67
+ PyCapsule_SetContext
68
+ PyCapsule_SetDestructor
69
+ PyCapsule_SetName
70
+ PyCapsule_SetPointer
71
+ PyCapsule_Type
72
+ PyCell_Get
73
+ PyCell_New
74
+ PyCell_Set
75
+ PyCell_Type
76
+ PyClassMethodDescr_Type
77
+ PyClassMethod_New
78
+ PyClassMethod_Type
79
+ PyCode_AddWatcher
80
+ PyCode_Addr2Line
81
+ PyCode_Addr2Location
82
+ PyCode_ClearWatcher
83
+ PyCode_GetCellvars
84
+ PyCode_GetCode
85
+ PyCode_GetFreevars
86
+ PyCode_GetVarnames
87
+ PyCode_NewEmpty
88
+ PyCode_Optimize
89
+ PyCode_Type
90
+ PyCodec_BackslashReplaceErrors
91
+ PyCodec_Decode
92
+ PyCodec_Decoder
93
+ PyCodec_Encode
94
+ PyCodec_Encoder
95
+ PyCodec_IgnoreErrors
96
+ PyCodec_IncrementalDecoder
97
+ PyCodec_IncrementalEncoder
98
+ PyCodec_KnownEncoding
99
+ PyCodec_LookupError
100
+ PyCodec_NameReplaceErrors
101
+ PyCodec_Register
102
+ PyCodec_RegisterError
103
+ PyCodec_ReplaceErrors
104
+ PyCodec_StreamReader
105
+ PyCodec_StreamWriter
106
+ PyCodec_StrictErrors
107
+ PyCodec_Unregister
108
+ PyCodec_XMLCharRefReplaceErrors
109
+ PyCompile_OpcodeStackEffect
110
+ PyCompile_OpcodeStackEffectWithJump
111
+ PyComplex_AsCComplex
112
+ PyComplex_FromCComplex
113
+ PyComplex_FromDoubles
114
+ PyComplex_ImagAsDouble
115
+ PyComplex_RealAsDouble
116
+ PyComplex_Type
117
+ PyConfig_Clear
118
+ PyConfig_InitIsolatedConfig
119
+ PyConfig_InitPythonConfig
120
+ PyConfig_Read
121
+ PyConfig_SetArgv
122
+ PyConfig_SetBytesArgv
123
+ PyConfig_SetBytesString
124
+ PyConfig_SetString
125
+ PyConfig_SetWideStringList
126
+ PyContextToken_Type
127
+ PyContextVar_Get
128
+ PyContextVar_New
129
+ PyContextVar_Reset
130
+ PyContextVar_Set
131
+ PyContextVar_Type
132
+ PyContext_Copy
133
+ PyContext_CopyCurrent
134
+ PyContext_Enter
135
+ PyContext_Exit
136
+ PyContext_New
137
+ PyContext_Type
138
+ PyCoro_New
139
+ PyCoro_Type
140
+ PyCriticalSection2_Begin
141
+ PyCriticalSection2_End
142
+ PyCriticalSection_Begin
143
+ PyCriticalSection_End
144
+ PyDescr_IsData
145
+ PyDescr_NewClassMethod
146
+ PyDescr_NewGetSet
147
+ PyDescr_NewMember
148
+ PyDescr_NewMethod
149
+ PyDescr_NewWrapper
150
+ PyDictItems_Type
151
+ PyDictIterItem_Type
152
+ PyDictIterKey_Type
153
+ PyDictIterValue_Type
154
+ PyDictKeys_Type
155
+ PyDictProxy_New
156
+ PyDictProxy_Type
157
+ PyDictRevIterItem_Type
158
+ PyDictRevIterKey_Type
159
+ PyDictRevIterValue_Type
160
+ PyDictValues_Type
161
+ PyDict_AddWatcher
162
+ PyDict_Clear
163
+ PyDict_ClearWatcher
164
+ PyDict_Contains
165
+ PyDict_ContainsString
166
+ PyDict_Copy
167
+ PyDict_DelItem
168
+ PyDict_DelItemString
169
+ PyDict_GetItem
170
+ PyDict_GetItemRef
171
+ PyDict_GetItemString
172
+ PyDict_GetItemStringRef
173
+ PyDict_GetItemWithError
174
+ PyDict_Items
175
+ PyDict_Keys
176
+ PyDict_Merge
177
+ PyDict_MergeFromSeq2
178
+ PyDict_New
179
+ PyDict_Next
180
+ PyDict_Pop
181
+ PyDict_PopString
182
+ PyDict_SetDefault
183
+ PyDict_SetDefaultRef
184
+ PyDict_SetItem
185
+ PyDict_SetItemString
186
+ PyDict_Size
187
+ PyDict_Type
188
+ PyDict_Unwatch
189
+ PyDict_Update
190
+ PyDict_Values
191
+ PyDict_Watch
192
+ PyEllipsis_Type
193
+ PyEnum_Type
194
+ PyErr_BadArgument
195
+ PyErr_BadInternalCall
196
+ PyErr_CheckSignals
197
+ PyErr_Clear
198
+ PyErr_Display
199
+ PyErr_DisplayException
200
+ PyErr_ExceptionMatches
201
+ PyErr_Fetch
202
+ PyErr_Format
203
+ PyErr_FormatUnraisable
204
+ PyErr_FormatV
205
+ PyErr_GetExcInfo
206
+ PyErr_GetHandledException
207
+ PyErr_GetRaisedException
208
+ PyErr_GivenExceptionMatches
209
+ PyErr_NewException
210
+ PyErr_NewExceptionWithDoc
211
+ PyErr_NoMemory
212
+ PyErr_NormalizeException
213
+ PyErr_Occurred
214
+ PyErr_Print
215
+ PyErr_PrintEx
216
+ PyErr_ProgramText
217
+ PyErr_ProgramTextObject
218
+ PyErr_RangedSyntaxLocationObject
219
+ PyErr_ResourceWarning
220
+ PyErr_Restore
221
+ PyErr_SetExcFromWindowsErr
222
+ PyErr_SetExcFromWindowsErrWithFilename
223
+ PyErr_SetExcFromWindowsErrWithFilenameObject
224
+ PyErr_SetExcFromWindowsErrWithFilenameObjects
225
+ PyErr_SetExcInfo
226
+ PyErr_SetFromErrno
227
+ PyErr_SetFromErrnoWithFilename
228
+ PyErr_SetFromErrnoWithFilenameObject
229
+ PyErr_SetFromErrnoWithFilenameObjects
230
+ PyErr_SetFromWindowsErr
231
+ PyErr_SetFromWindowsErrWithFilename
232
+ PyErr_SetHandledException
233
+ PyErr_SetImportError
234
+ PyErr_SetImportErrorSubclass
235
+ PyErr_SetInterrupt
236
+ PyErr_SetInterruptEx
237
+ PyErr_SetNone
238
+ PyErr_SetObject
239
+ PyErr_SetRaisedException
240
+ PyErr_SetString
241
+ PyErr_SyntaxLocation
242
+ PyErr_SyntaxLocationEx
243
+ PyErr_SyntaxLocationObject
244
+ PyErr_WarnEx
245
+ PyErr_WarnExplicit
246
+ PyErr_WarnExplicitFormat
247
+ PyErr_WarnExplicitObject
248
+ PyErr_WarnFormat
249
+ PyErr_WriteUnraisable
250
+ PyEval_AcquireLock
251
+ PyEval_AcquireThread
252
+ PyEval_CallFunction
253
+ PyEval_CallMethod
254
+ PyEval_CallObjectWithKeywords
255
+ PyEval_EvalCode
256
+ PyEval_EvalCodeEx
257
+ PyEval_EvalFrame
258
+ PyEval_EvalFrameEx
259
+ PyEval_GetBuiltins
260
+ PyEval_GetFrame
261
+ PyEval_GetFrameBuiltins
262
+ PyEval_GetFrameGlobals
263
+ PyEval_GetFrameLocals
264
+ PyEval_GetFuncDesc
265
+ PyEval_GetFuncName
266
+ PyEval_GetGlobals
267
+ PyEval_GetLocals
268
+ PyEval_InitThreads
269
+ PyEval_MergeCompilerFlags
270
+ PyEval_ReleaseLock
271
+ PyEval_ReleaseThread
272
+ PyEval_RestoreThread
273
+ PyEval_SaveThread
274
+ PyEval_SetProfile
275
+ PyEval_SetProfileAllThreads
276
+ PyEval_SetTrace
277
+ PyEval_SetTraceAllThreads
278
+ PyEval_ThreadsInitialized
279
+ PyEvent_Wait
280
+ PyEvent_WaitTimed
281
+ PyExc_ArithmeticError
282
+ PyExc_AssertionError
283
+ PyExc_AttributeError
284
+ PyExc_BaseException
285
+ PyExc_BaseExceptionGroup
286
+ PyExc_BlockingIOError
287
+ PyExc_BrokenPipeError
288
+ PyExc_BufferError
289
+ PyExc_BytesWarning
290
+ PyExc_ChildProcessError
291
+ PyExc_ConnectionAbortedError
292
+ PyExc_ConnectionError
293
+ PyExc_ConnectionRefusedError
294
+ PyExc_ConnectionResetError
295
+ PyExc_DeprecationWarning
296
+ PyExc_EOFError
297
+ PyExc_EncodingWarning
298
+ PyExc_EnvironmentError
299
+ PyExc_Exception
300
+ PyExc_FileExistsError
301
+ PyExc_FileNotFoundError
302
+ PyExc_FloatingPointError
303
+ PyExc_FutureWarning
304
+ PyExc_GeneratorExit
305
+ PyExc_IOError
306
+ PyExc_ImportError
307
+ PyExc_ImportWarning
308
+ PyExc_IndentationError
309
+ PyExc_IndexError
310
+ PyExc_InterpreterError
311
+ PyExc_InterpreterNotFoundError
312
+ PyExc_InterruptedError
313
+ PyExc_IsADirectoryError
314
+ PyExc_KeyError
315
+ PyExc_KeyboardInterrupt
316
+ PyExc_LookupError
317
+ PyExc_MemoryError
318
+ PyExc_ModuleNotFoundError
319
+ PyExc_NameError
320
+ PyExc_NotADirectoryError
321
+ PyExc_NotImplementedError
322
+ PyExc_OSError
323
+ PyExc_OverflowError
324
+ PyExc_PendingDeprecationWarning
325
+ PyExc_PermissionError
326
+ PyExc_ProcessLookupError
327
+ PyExc_PythonFinalizationError
328
+ PyExc_RecursionError
329
+ PyExc_ReferenceError
330
+ PyExc_ResourceWarning
331
+ PyExc_RuntimeError
332
+ PyExc_RuntimeWarning
333
+ PyExc_StopAsyncIteration
334
+ PyExc_StopIteration
335
+ PyExc_SyntaxError
336
+ PyExc_SyntaxWarning
337
+ PyExc_SystemError
338
+ PyExc_SystemExit
339
+ PyExc_TabError
340
+ PyExc_TimeoutError
341
+ PyExc_TypeError
342
+ PyExc_UnboundLocalError
343
+ PyExc_UnicodeDecodeError
344
+ PyExc_UnicodeEncodeError
345
+ PyExc_UnicodeError
346
+ PyExc_UnicodeTranslateError
347
+ PyExc_UnicodeWarning
348
+ PyExc_UserWarning
349
+ PyExc_ValueError
350
+ PyExc_Warning
351
+ PyExc_WindowsError
352
+ PyExc_ZeroDivisionError
353
+ PyExceptionClass_Name
354
+ PyException_GetArgs
355
+ PyException_GetCause
356
+ PyException_GetContext
357
+ PyException_GetTraceback
358
+ PyException_SetArgs
359
+ PyException_SetCause
360
+ PyException_SetContext
361
+ PyException_SetTraceback
362
+ PyFile_FromFd
363
+ PyFile_GetLine
364
+ PyFile_NewStdPrinter
365
+ PyFile_OpenCode
366
+ PyFile_OpenCodeObject
367
+ PyFile_SetOpenCodeHook
368
+ PyFile_WriteObject
369
+ PyFile_WriteString
370
+ PyFilter_Type
371
+ PyFloat_AsDouble
372
+ PyFloat_FromDouble
373
+ PyFloat_FromString
374
+ PyFloat_GetInfo
375
+ PyFloat_GetMax
376
+ PyFloat_GetMin
377
+ PyFloat_Pack2
378
+ PyFloat_Pack4
379
+ PyFloat_Pack8
380
+ PyFloat_Type
381
+ PyFloat_Unpack2
382
+ PyFloat_Unpack4
383
+ PyFloat_Unpack8
384
+ PyFrameLocalsProxy_Type
385
+ PyFrame_FastToLocals
386
+ PyFrame_FastToLocalsWithError
387
+ PyFrame_GetBack
388
+ PyFrame_GetBuiltins
389
+ PyFrame_GetCode
390
+ PyFrame_GetGenerator
391
+ PyFrame_GetGlobals
392
+ PyFrame_GetLasti
393
+ PyFrame_GetLineNumber
394
+ PyFrame_GetLocals
395
+ PyFrame_GetVar
396
+ PyFrame_GetVarString
397
+ PyFrame_LocalsToFast
398
+ PyFrame_New
399
+ PyFrame_Type
400
+ PyFrozenSet_New
401
+ PyFrozenSet_Type
402
+ PyFunction_AddWatcher
403
+ PyFunction_ClearWatcher
404
+ PyFunction_GetAnnotations
405
+ PyFunction_GetClosure
406
+ PyFunction_GetCode
407
+ PyFunction_GetDefaults
408
+ PyFunction_GetGlobals
409
+ PyFunction_GetKwDefaults
410
+ PyFunction_GetModule
411
+ PyFunction_New
412
+ PyFunction_NewWithQualName
413
+ PyFunction_SetAnnotations
414
+ PyFunction_SetClosure
415
+ PyFunction_SetDefaults
416
+ PyFunction_SetKwDefaults
417
+ PyFunction_SetVectorcall
418
+ PyFunction_Type
419
+ PyGC_Collect
420
+ PyGC_Disable
421
+ PyGC_Enable
422
+ PyGC_IsEnabled
423
+ PyGILState_Check
424
+ PyGILState_Ensure
425
+ PyGILState_GetThisThreadState
426
+ PyGILState_Release
427
+ PyGen_GetCode
428
+ PyGen_New
429
+ PyGen_NewWithQualName
430
+ PyGen_Type
431
+ PyGetSetDescr_Type
432
+ PyHash_GetFuncDef
433
+ PyImport_AddModule
434
+ PyImport_AddModuleObject
435
+ PyImport_AddModuleRef
436
+ PyImport_AppendInittab
437
+ PyImport_ExecCodeModule
438
+ PyImport_ExecCodeModuleEx
439
+ PyImport_ExecCodeModuleObject
440
+ PyImport_ExecCodeModuleWithPathnames
441
+ PyImport_ExtendInittab
442
+ PyImport_FrozenModules
443
+ PyImport_GetImporter
444
+ PyImport_GetMagicNumber
445
+ PyImport_GetMagicTag
446
+ PyImport_GetModule
447
+ PyImport_GetModuleDict
448
+ PyImport_Import
449
+ PyImport_ImportFrozenModule
450
+ PyImport_ImportFrozenModuleObject
451
+ PyImport_ImportModule
452
+ PyImport_ImportModuleLevel
453
+ PyImport_ImportModuleLevelObject
454
+ PyImport_ImportModuleNoBlock
455
+ PyImport_Inittab
456
+ PyImport_ReloadModule
457
+ PyIndex_Check
458
+ PyInstanceMethod_Function
459
+ PyInstanceMethod_New
460
+ PyInstanceMethod_Type
461
+ PyInterpreterState_Clear
462
+ PyInterpreterState_Delete
463
+ PyInterpreterState_Get
464
+ PyInterpreterState_GetDict
465
+ PyInterpreterState_GetID
466
+ PyInterpreterState_Head
467
+ PyInterpreterState_Main
468
+ PyInterpreterState_New
469
+ PyInterpreterState_Next
470
+ PyInterpreterState_ThreadHead
471
+ PyIter_Check
472
+ PyIter_Next
473
+ PyIter_Send
474
+ PyListIter_Type
475
+ PyListRevIter_Type
476
+ PyList_Append
477
+ PyList_AsTuple
478
+ PyList_Clear
479
+ PyList_Extend
480
+ PyList_GetItem
481
+ PyList_GetItemRef
482
+ PyList_GetSlice
483
+ PyList_Insert
484
+ PyList_New
485
+ PyList_Reverse
486
+ PyList_SetItem
487
+ PyList_SetSlice
488
+ PyList_Size
489
+ PyList_Sort
490
+ PyList_Type
491
+ PyLongRangeIter_Type
492
+ PyLong_AsDouble
493
+ PyLong_AsInt
494
+ PyLong_AsLong
495
+ PyLong_AsLongAndOverflow
496
+ PyLong_AsLongLong
497
+ PyLong_AsLongLongAndOverflow
498
+ PyLong_AsNativeBytes
499
+ PyLong_AsSize_t
500
+ PyLong_AsSsize_t
501
+ PyLong_AsUnsignedLong
502
+ PyLong_AsUnsignedLongLong
503
+ PyLong_AsUnsignedLongLongMask
504
+ PyLong_AsUnsignedLongMask
505
+ PyLong_AsVoidPtr
506
+ PyLong_FromDouble
507
+ PyLong_FromLong
508
+ PyLong_FromLongLong
509
+ PyLong_FromNativeBytes
510
+ PyLong_FromSize_t
511
+ PyLong_FromSsize_t
512
+ PyLong_FromString
513
+ PyLong_FromUnicodeObject
514
+ PyLong_FromUnsignedLong
515
+ PyLong_FromUnsignedLongLong
516
+ PyLong_FromUnsignedNativeBytes
517
+ PyLong_FromVoidPtr
518
+ PyLong_GetInfo
519
+ PyLong_Type
520
+ PyMap_Type
521
+ PyMapping_Check
522
+ PyMapping_GetItemString
523
+ PyMapping_GetOptionalItem
524
+ PyMapping_GetOptionalItemString
525
+ PyMapping_HasKey
526
+ PyMapping_HasKeyString
527
+ PyMapping_HasKeyStringWithError
528
+ PyMapping_HasKeyWithError
529
+ PyMapping_Items
530
+ PyMapping_Keys
531
+ PyMapping_Length
532
+ PyMapping_SetItemString
533
+ PyMapping_Size
534
+ PyMapping_Values
535
+ PyMarshal_ReadLastObjectFromFile
536
+ PyMarshal_ReadLongFromFile
537
+ PyMarshal_ReadObjectFromFile
538
+ PyMarshal_ReadObjectFromString
539
+ PyMarshal_ReadShortFromFile
540
+ PyMarshal_WriteLongToFile
541
+ PyMarshal_WriteObjectToFile
542
+ PyMarshal_WriteObjectToString
543
+ PyMem_Calloc
544
+ PyMem_Free
545
+ PyMem_GetAllocator
546
+ PyMem_Malloc
547
+ PyMem_RawCalloc
548
+ PyMem_RawFree
549
+ PyMem_RawMalloc
550
+ PyMem_RawRealloc
551
+ PyMem_Realloc
552
+ PyMem_SetAllocator
553
+ PyMem_SetupDebugHooks
554
+ PyMemberDescr_Type
555
+ PyMember_GetOne
556
+ PyMember_SetOne
557
+ PyMemoryView_FromBuffer
558
+ PyMemoryView_FromMemory
559
+ PyMemoryView_FromObject
560
+ PyMemoryView_GetContiguous
561
+ PyMemoryView_Type
562
+ PyMethodDescr_Type
563
+ PyMethod_Function
564
+ PyMethod_New
565
+ PyMethod_Self
566
+ PyMethod_Type
567
+ PyModuleDef_Init
568
+ PyModuleDef_Type
569
+ PyModule_Add
570
+ PyModule_AddFunctions
571
+ PyModule_AddIntConstant
572
+ PyModule_AddObject
573
+ PyModule_AddObjectRef
574
+ PyModule_AddStringConstant
575
+ PyModule_AddType
576
+ PyModule_Create2
577
+ PyModule_ExecDef
578
+ PyModule_FromDefAndSpec2
579
+ PyModule_GetDef
580
+ PyModule_GetDict
581
+ PyModule_GetFilename
582
+ PyModule_GetFilenameObject
583
+ PyModule_GetName
584
+ PyModule_GetNameObject
585
+ PyModule_GetState
586
+ PyModule_New
587
+ PyModule_NewObject
588
+ PyModule_SetDocString
589
+ PyModule_Type
590
+ PyMonitoring_EnterScope
591
+ PyMonitoring_ExitScope
592
+ PyMutex_Lock
593
+ PyMutex_Unlock
594
+ PyNumber_Absolute
595
+ PyNumber_Add
596
+ PyNumber_And
597
+ PyNumber_AsSsize_t
598
+ PyNumber_Check
599
+ PyNumber_Divmod
600
+ PyNumber_Float
601
+ PyNumber_FloorDivide
602
+ PyNumber_InPlaceAdd
603
+ PyNumber_InPlaceAnd
604
+ PyNumber_InPlaceFloorDivide
605
+ PyNumber_InPlaceLshift
606
+ PyNumber_InPlaceMatrixMultiply
607
+ PyNumber_InPlaceMultiply
608
+ PyNumber_InPlaceOr
609
+ PyNumber_InPlacePower
610
+ PyNumber_InPlaceRemainder
611
+ PyNumber_InPlaceRshift
612
+ PyNumber_InPlaceSubtract
613
+ PyNumber_InPlaceTrueDivide
614
+ PyNumber_InPlaceXor
615
+ PyNumber_Index
616
+ PyNumber_Invert
617
+ PyNumber_Long
618
+ PyNumber_Lshift
619
+ PyNumber_MatrixMultiply
620
+ PyNumber_Multiply
621
+ PyNumber_Negative
622
+ PyNumber_Or
623
+ PyNumber_Positive
624
+ PyNumber_Power
625
+ PyNumber_Remainder
626
+ PyNumber_Rshift
627
+ PyNumber_Subtract
628
+ PyNumber_ToBase
629
+ PyNumber_TrueDivide
630
+ PyNumber_Xor
631
+ PyODictItems_Type
632
+ PyODictIter_Type
633
+ PyODictKeys_Type
634
+ PyODictValues_Type
635
+ PyODict_DelItem
636
+ PyODict_New
637
+ PyODict_SetItem
638
+ PyODict_Type
639
+ PyOS_AfterFork
640
+ PyOS_FSPath
641
+ PyOS_InputHook
642
+ PyOS_InterruptOccurred
643
+ PyOS_Readline
644
+ PyOS_ReadlineFunctionPointer
645
+ PyOS_double_to_string
646
+ PyOS_getsig
647
+ PyOS_mystricmp
648
+ PyOS_mystrnicmp
649
+ PyOS_setsig
650
+ PyOS_snprintf
651
+ PyOS_string_to_double
652
+ PyOS_strtol
653
+ PyOS_strtoul
654
+ PyOS_vsnprintf
655
+ PyObject_ASCII
656
+ PyObject_AsCharBuffer
657
+ PyObject_AsFileDescriptor
658
+ PyObject_AsReadBuffer
659
+ PyObject_AsWriteBuffer
660
+ PyObject_Bytes
661
+ PyObject_Call
662
+ PyObject_CallFinalizer
663
+ PyObject_CallFinalizerFromDealloc
664
+ PyObject_CallFunction
665
+ PyObject_CallFunctionObjArgs
666
+ PyObject_CallMethod
667
+ PyObject_CallMethodObjArgs
668
+ PyObject_CallNoArgs
669
+ PyObject_CallObject
670
+ PyObject_CallOneArg
671
+ PyObject_Calloc
672
+ PyObject_CheckBuffer
673
+ PyObject_CheckReadBuffer
674
+ PyObject_ClearManagedDict
675
+ PyObject_ClearWeakRefs
676
+ PyObject_CopyData
677
+ PyObject_DelAttr
678
+ PyObject_DelAttrString
679
+ PyObject_DelItem
680
+ PyObject_DelItemString
681
+ PyObject_Dir
682
+ PyObject_Format
683
+ PyObject_Free
684
+ PyObject_GC_Del
685
+ PyObject_GC_IsFinalized
686
+ PyObject_GC_IsTracked
687
+ PyObject_GC_Track
688
+ PyObject_GC_UnTrack
689
+ PyObject_GET_WEAKREFS_LISTPTR
690
+ PyObject_GenericGetAttr
691
+ PyObject_GenericGetDict
692
+ PyObject_GenericHash
693
+ PyObject_GenericSetAttr
694
+ PyObject_GenericSetDict
695
+ PyObject_GetAIter
696
+ PyObject_GetArenaAllocator
697
+ PyObject_GetAttr
698
+ PyObject_GetAttrString
699
+ PyObject_GetBuffer
700
+ PyObject_GetItem
701
+ PyObject_GetItemData
702
+ PyObject_GetIter
703
+ PyObject_GetOptionalAttr
704
+ PyObject_GetOptionalAttrString
705
+ PyObject_GetTypeData
706
+ PyObject_HasAttr
707
+ PyObject_HasAttrString
708
+ PyObject_HasAttrStringWithError
709
+ PyObject_HasAttrWithError
710
+ PyObject_Hash
711
+ PyObject_HashNotImplemented
712
+ PyObject_IS_GC
713
+ PyObject_Init
714
+ PyObject_InitVar
715
+ PyObject_IsInstance
716
+ PyObject_IsSubclass
717
+ PyObject_IsTrue
718
+ PyObject_Length
719
+ PyObject_LengthHint
720
+ PyObject_Malloc
721
+ PyObject_Not
722
+ PyObject_Print
723
+ PyObject_Realloc
724
+ PyObject_Repr
725
+ PyObject_RichCompare
726
+ PyObject_RichCompareBool
727
+ PyObject_SelfIter
728
+ PyObject_SetArenaAllocator
729
+ PyObject_SetAttr
730
+ PyObject_SetAttrString
731
+ PyObject_SetItem
732
+ PyObject_Size
733
+ PyObject_Str
734
+ PyObject_Type
735
+ PyObject_Vectorcall
736
+ PyObject_VectorcallDict
737
+ PyObject_VectorcallMethod
738
+ PyObject_VisitManagedDict
739
+ PyPickleBuffer_FromObject
740
+ PyPickleBuffer_GetBuffer
741
+ PyPickleBuffer_Release
742
+ PyPickleBuffer_Type
743
+ PyPreConfig_InitIsolatedConfig
744
+ PyPreConfig_InitPythonConfig
745
+ PyProperty_Type
746
+ PyRangeIter_Type
747
+ PyRange_Type
748
+ PyRefTracer_GetTracer
749
+ PyRefTracer_SetTracer
750
+ PyReversed_Type
751
+ PyRun_AnyFile
752
+ PyRun_AnyFileEx
753
+ PyRun_AnyFileExFlags
754
+ PyRun_AnyFileFlags
755
+ PyRun_File
756
+ PyRun_FileEx
757
+ PyRun_FileExFlags
758
+ PyRun_FileFlags
759
+ PyRun_InteractiveLoop
760
+ PyRun_InteractiveLoopFlags
761
+ PyRun_InteractiveOne
762
+ PyRun_InteractiveOneFlags
763
+ PyRun_InteractiveOneObject
764
+ PyRun_SimpleFile
765
+ PyRun_SimpleFileEx
766
+ PyRun_SimpleFileExFlags
767
+ PyRun_SimpleString
768
+ PyRun_SimpleStringFlags
769
+ PyRun_String
770
+ PyRun_StringFlags
771
+ PySeqIter_New
772
+ PySeqIter_Type
773
+ PySequence_Check
774
+ PySequence_Concat
775
+ PySequence_Contains
776
+ PySequence_Count
777
+ PySequence_DelItem
778
+ PySequence_DelSlice
779
+ PySequence_Fast
780
+ PySequence_GetItem
781
+ PySequence_GetSlice
782
+ PySequence_In
783
+ PySequence_InPlaceConcat
784
+ PySequence_InPlaceRepeat
785
+ PySequence_Index
786
+ PySequence_Length
787
+ PySequence_List
788
+ PySequence_Repeat
789
+ PySequence_SetItem
790
+ PySequence_SetSlice
791
+ PySequence_Size
792
+ PySequence_Tuple
793
+ PySetIter_Type
794
+ PySet_Add
795
+ PySet_Clear
796
+ PySet_Contains
797
+ PySet_Discard
798
+ PySet_New
799
+ PySet_Pop
800
+ PySet_Size
801
+ PySet_Type
802
+ PySignal_SetWakeupFd
803
+ PySlice_AdjustIndices
804
+ PySlice_GetIndices
805
+ PySlice_GetIndicesEx
806
+ PySlice_New
807
+ PySlice_Type
808
+ PySlice_Unpack
809
+ PyState_AddModule
810
+ PyState_FindModule
811
+ PyState_RemoveModule
812
+ PyStaticMethod_New
813
+ PyStaticMethod_Type
814
+ PyStatus_Error
815
+ PyStatus_Exception
816
+ PyStatus_Exit
817
+ PyStatus_IsError
818
+ PyStatus_IsExit
819
+ PyStatus_NoMemory
820
+ PyStatus_Ok
821
+ PyStdPrinter_Type
822
+ PyStructSequence_GetItem
823
+ PyStructSequence_InitType
824
+ PyStructSequence_InitType2
825
+ PyStructSequence_New
826
+ PyStructSequence_NewType
827
+ PyStructSequence_SetItem
828
+ PyStructSequence_UnnamedField
829
+ PySuper_Type
830
+ PySys_AddAuditHook
831
+ PySys_AddWarnOption
832
+ PySys_AddWarnOptionUnicode
833
+ PySys_AddXOption
834
+ PySys_Audit
835
+ PySys_AuditTuple
836
+ PySys_FormatStderr
837
+ PySys_FormatStdout
838
+ PySys_GetObject
839
+ PySys_GetXOptions
840
+ PySys_HasWarnOptions
841
+ PySys_ResetWarnOptions
842
+ PySys_SetArgv
843
+ PySys_SetArgvEx
844
+ PySys_SetObject
845
+ PySys_SetPath
846
+ PySys_WriteStderr
847
+ PySys_WriteStdout
848
+ PyThreadState_Clear
849
+ PyThreadState_Delete
850
+ PyThreadState_DeleteCurrent
851
+ PyThreadState_EnterTracing
852
+ PyThreadState_Get
853
+ PyThreadState_GetDict
854
+ PyThreadState_GetFrame
855
+ PyThreadState_GetID
856
+ PyThreadState_GetInterpreter
857
+ PyThreadState_GetUnchecked
858
+ PyThreadState_LeaveTracing
859
+ PyThreadState_New
860
+ PyThreadState_Next
861
+ PyThreadState_SetAsyncExc
862
+ PyThreadState_Swap
863
+ PyThread_GetInfo
864
+ PyThread_ParseTimeoutArg
865
+ PyThread_ReInitTLS
866
+ PyThread_acquire_lock
867
+ PyThread_acquire_lock_timed
868
+ PyThread_acquire_lock_timed_with_retries
869
+ PyThread_allocate_lock
870
+ PyThread_create_key
871
+ PyThread_delete_key
872
+ PyThread_delete_key_value
873
+ PyThread_detach_thread
874
+ PyThread_exit_thread
875
+ PyThread_free_lock
876
+ PyThread_get_key_value
877
+ PyThread_get_stacksize
878
+ PyThread_get_thread_ident
879
+ PyThread_get_thread_ident_ex
880
+ PyThread_get_thread_native_id
881
+ PyThread_init_thread
882
+ PyThread_join_thread
883
+ PyThread_release_lock
884
+ PyThread_set_key_value
885
+ PyThread_set_stacksize
886
+ PyThread_start_joinable_thread
887
+ PyThread_start_new_thread
888
+ PyThread_tss_alloc
889
+ PyThread_tss_create
890
+ PyThread_tss_delete
891
+ PyThread_tss_free
892
+ PyThread_tss_get
893
+ PyThread_tss_is_created
894
+ PyThread_tss_set
895
+ PyTime_AsSecondsDouble
896
+ PyTime_Monotonic
897
+ PyTime_MonotonicRaw
898
+ PyTime_PerfCounter
899
+ PyTime_PerfCounterRaw
900
+ PyTime_Time
901
+ PyTime_TimeRaw
902
+ PyTraceBack_Here
903
+ PyTraceBack_Print
904
+ PyTraceBack_Type
905
+ PyTraceMalloc_Track
906
+ PyTraceMalloc_Untrack
907
+ PyTupleIter_Type
908
+ PyTuple_GetItem
909
+ PyTuple_GetSlice
910
+ PyTuple_New
911
+ PyTuple_Pack
912
+ PyTuple_SetItem
913
+ PyTuple_Size
914
+ PyTuple_Type
915
+ PyType_AddWatcher
916
+ PyType_ClearCache
917
+ PyType_ClearWatcher
918
+ PyType_FromMetaclass
919
+ PyType_FromModuleAndSpec
920
+ PyType_FromSpec
921
+ PyType_FromSpecWithBases
922
+ PyType_GenericAlloc
923
+ PyType_GenericNew
924
+ PyType_GetDict
925
+ PyType_GetFlags
926
+ PyType_GetFullyQualifiedName
927
+ PyType_GetModule
928
+ PyType_GetModuleByDef
929
+ PyType_GetModuleName
930
+ PyType_GetModuleState
931
+ PyType_GetName
932
+ PyType_GetQualName
933
+ PyType_GetSlot
934
+ PyType_GetTypeDataSize
935
+ PyType_IsSubtype
936
+ PyType_Modified
937
+ PyType_Ready
938
+ PyType_SUPPORTS_WEAKREFS
939
+ PyType_Type
940
+ PyType_Unwatch
941
+ PyType_Watch
942
+ PyUnicodeDecodeError_Create
943
+ PyUnicodeDecodeError_GetEncoding
944
+ PyUnicodeDecodeError_GetEnd
945
+ PyUnicodeDecodeError_GetObject
946
+ PyUnicodeDecodeError_GetReason
947
+ PyUnicodeDecodeError_GetStart
948
+ PyUnicodeDecodeError_SetEnd
949
+ PyUnicodeDecodeError_SetReason
950
+ PyUnicodeDecodeError_SetStart
951
+ PyUnicodeEncodeError_GetEncoding
952
+ PyUnicodeEncodeError_GetEnd
953
+ PyUnicodeEncodeError_GetObject
954
+ PyUnicodeEncodeError_GetReason
955
+ PyUnicodeEncodeError_GetStart
956
+ PyUnicodeEncodeError_SetEnd
957
+ PyUnicodeEncodeError_SetReason
958
+ PyUnicodeEncodeError_SetStart
959
+ PyUnicodeIter_Type
960
+ PyUnicodeTranslateError_GetEnd
961
+ PyUnicodeTranslateError_GetObject
962
+ PyUnicodeTranslateError_GetReason
963
+ PyUnicodeTranslateError_GetStart
964
+ PyUnicodeTranslateError_SetEnd
965
+ PyUnicodeTranslateError_SetReason
966
+ PyUnicodeTranslateError_SetStart
967
+ PyUnicode_Append
968
+ PyUnicode_AppendAndDel
969
+ PyUnicode_AsASCIIString
970
+ PyUnicode_AsCharmapString
971
+ PyUnicode_AsDecodedObject
972
+ PyUnicode_AsDecodedUnicode
973
+ PyUnicode_AsEncodedObject
974
+ PyUnicode_AsEncodedString
975
+ PyUnicode_AsEncodedUnicode
976
+ PyUnicode_AsLatin1String
977
+ PyUnicode_AsMBCSString
978
+ PyUnicode_AsRawUnicodeEscapeString
979
+ PyUnicode_AsUCS4
980
+ PyUnicode_AsUCS4Copy
981
+ PyUnicode_AsUTF16String
982
+ PyUnicode_AsUTF32String
983
+ PyUnicode_AsUTF8
984
+ PyUnicode_AsUTF8AndSize
985
+ PyUnicode_AsUTF8String
986
+ PyUnicode_AsUnicodeEscapeString
987
+ PyUnicode_AsWideChar
988
+ PyUnicode_AsWideCharString
989
+ PyUnicode_BuildEncodingMap
990
+ PyUnicode_Compare
991
+ PyUnicode_CompareWithASCIIString
992
+ PyUnicode_Concat
993
+ PyUnicode_Contains
994
+ PyUnicode_CopyCharacters
995
+ PyUnicode_Count
996
+ PyUnicode_Decode
997
+ PyUnicode_DecodeASCII
998
+ PyUnicode_DecodeCharmap
999
+ PyUnicode_DecodeCodePageStateful
1000
+ PyUnicode_DecodeFSDefault
1001
+ PyUnicode_DecodeFSDefaultAndSize
1002
+ PyUnicode_DecodeLatin1
1003
+ PyUnicode_DecodeLocale
1004
+ PyUnicode_DecodeLocaleAndSize
1005
+ PyUnicode_DecodeMBCS
1006
+ PyUnicode_DecodeMBCSStateful
1007
+ PyUnicode_DecodeRawUnicodeEscape
1008
+ PyUnicode_DecodeUTF16
1009
+ PyUnicode_DecodeUTF16Stateful
1010
+ PyUnicode_DecodeUTF32
1011
+ PyUnicode_DecodeUTF32Stateful
1012
+ PyUnicode_DecodeUTF7
1013
+ PyUnicode_DecodeUTF7Stateful
1014
+ PyUnicode_DecodeUTF8
1015
+ PyUnicode_DecodeUTF8Stateful
1016
+ PyUnicode_DecodeUnicodeEscape
1017
+ PyUnicode_EncodeCodePage
1018
+ PyUnicode_EncodeFSDefault
1019
+ PyUnicode_EncodeLocale
1020
+ PyUnicode_EqualToUTF8
1021
+ PyUnicode_EqualToUTF8AndSize
1022
+ PyUnicode_FSConverter
1023
+ PyUnicode_FSDecoder
1024
+ PyUnicode_Fill
1025
+ PyUnicode_Find
1026
+ PyUnicode_FindChar
1027
+ PyUnicode_Format
1028
+ PyUnicode_FromEncodedObject
1029
+ PyUnicode_FromFormat
1030
+ PyUnicode_FromFormatV
1031
+ PyUnicode_FromKindAndData
1032
+ PyUnicode_FromObject
1033
+ PyUnicode_FromOrdinal
1034
+ PyUnicode_FromString
1035
+ PyUnicode_FromStringAndSize
1036
+ PyUnicode_FromWideChar
1037
+ PyUnicode_GetDefaultEncoding
1038
+ PyUnicode_GetLength
1039
+ PyUnicode_GetSize
1040
+ PyUnicode_InternFromString
1041
+ PyUnicode_InternImmortal
1042
+ PyUnicode_InternInPlace
1043
+ PyUnicode_IsIdentifier
1044
+ PyUnicode_Join
1045
+ PyUnicode_New
1046
+ PyUnicode_Partition
1047
+ PyUnicode_RPartition
1048
+ PyUnicode_RSplit
1049
+ PyUnicode_ReadChar
1050
+ PyUnicode_Replace
1051
+ PyUnicode_Resize
1052
+ PyUnicode_RichCompare
1053
+ PyUnicode_Split
1054
+ PyUnicode_Splitlines
1055
+ PyUnicode_Substring
1056
+ PyUnicode_Tailmatch
1057
+ PyUnicode_Translate
1058
+ PyUnicode_Type
1059
+ PyUnicode_WriteChar
1060
+ PyUnstable_AtExit
1061
+ PyUnstable_Code_GetExtra
1062
+ PyUnstable_Code_New
1063
+ PyUnstable_Code_NewWithPosOnlyArgs
1064
+ PyUnstable_Code_SetExtra
1065
+ PyUnstable_CopyPerfMapFile
1066
+ PyUnstable_Eval_RequestCodeExtraIndex
1067
+ PyUnstable_Exc_PrepReraiseStar
1068
+ PyUnstable_ExecutableKinds
1069
+ PyUnstable_GC_VisitObjects
1070
+ PyUnstable_InterpreterFrame_GetCode
1071
+ PyUnstable_InterpreterFrame_GetLasti
1072
+ PyUnstable_InterpreterFrame_GetLine
1073
+ PyUnstable_InterpreterState_GetMainModule
1074
+ PyUnstable_Long_CompactValue
1075
+ PyUnstable_Long_IsCompact
1076
+ PyUnstable_Object_ClearWeakRefsNoCallbacks
1077
+ PyUnstable_Object_GC_NewWithExtraData
1078
+ PyUnstable_PerfMapState_Fini
1079
+ PyUnstable_PerfMapState_Init
1080
+ PyUnstable_PerfTrampoline_CompileCode
1081
+ PyUnstable_PerfTrampoline_SetPersistAfterFork
1082
+ PyUnstable_Type_AssignVersionTag
1083
+ PyUnstable_WritePerfMapEntry
1084
+ PyVectorcall_Call
1085
+ PyVectorcall_Function
1086
+ PyVectorcall_NARGS
1087
+ PyWeakref_GetObject
1088
+ PyWeakref_GetRef
1089
+ PyWeakref_NewProxy
1090
+ PyWeakref_NewRef
1091
+ PyWideStringList_Append
1092
+ PyWideStringList_Insert
1093
+ PyWrapperDescr_Type
1094
+ PyWrapper_New
1095
+ PyZip_Type
1096
+ Py_AddPendingCall
1097
+ Py_AtExit
1098
+ Py_BuildValue
1099
+ Py_BytesMain
1100
+ Py_BytesWarningFlag
1101
+ Py_CompileString
1102
+ Py_CompileStringExFlags
1103
+ Py_CompileStringFlags
1104
+ Py_CompileStringObject
1105
+ Py_DebugFlag
1106
+ Py_DecRef
1107
+ Py_DecodeLocale
1108
+ Py_DontWriteBytecodeFlag
1109
+ Py_EncodeLocale
1110
+ Py_EndInterpreter
1111
+ Py_EnterRecursiveCall
1112
+ Py_Exit
1113
+ Py_ExitStatusException
1114
+ Py_FatalError
1115
+ Py_FdIsInteractive
1116
+ Py_FileSystemDefaultEncodeErrors
1117
+ Py_FileSystemDefaultEncoding
1118
+ Py_Finalize
1119
+ Py_FinalizeEx
1120
+ Py_FrozenFlag
1121
+ Py_GETENV
1122
+ Py_GenericAlias
1123
+ Py_GenericAliasType
1124
+ Py_GetArgcArgv
1125
+ Py_GetBuildInfo
1126
+ Py_GetCompiler
1127
+ Py_GetConstant
1128
+ Py_GetConstantBorrowed
1129
+ Py_GetCopyright
1130
+ Py_GetExecPrefix
1131
+ Py_GetPath
1132
+ Py_GetPlatform
1133
+ Py_GetPrefix
1134
+ Py_GetProgramFullPath
1135
+ Py_GetProgramName
1136
+ Py_GetPythonHome
1137
+ Py_GetRecursionLimit
1138
+ Py_GetVersion
1139
+ Py_HasFileSystemDefaultEncoding
1140
+ Py_HashPointer
1141
+ Py_HashRandomizationFlag
1142
+ Py_IgnoreEnvironmentFlag
1143
+ Py_IncRef
1144
+ Py_Initialize
1145
+ Py_InitializeEx
1146
+ Py_InitializeFromConfig
1147
+ Py_InspectFlag
1148
+ Py_InteractiveFlag
1149
+ Py_Is
1150
+ Py_IsFalse
1151
+ Py_IsFinalizing
1152
+ Py_IsInitialized
1153
+ Py_IsNone
1154
+ Py_IsTrue
1155
+ Py_IsolatedFlag
1156
+ Py_LeaveRecursiveCall
1157
+ Py_LegacyWindowsFSEncodingFlag
1158
+ Py_LegacyWindowsStdioFlag
1159
+ Py_Main
1160
+ Py_MakePendingCalls
1161
+ Py_NewInterpreter
1162
+ Py_NewInterpreterFromConfig
1163
+ Py_NewRef
1164
+ Py_NoSiteFlag
1165
+ Py_NoUserSiteDirectory
1166
+ Py_OptimizeFlag
1167
+ Py_PreInitialize
1168
+ Py_PreInitializeFromArgs
1169
+ Py_PreInitializeFromBytesArgs
1170
+ Py_QuietFlag
1171
+ Py_ReprEnter
1172
+ Py_ReprLeave
1173
+ Py_RunMain
1174
+ Py_SetPath
1175
+ Py_SetProgramName
1176
+ Py_SetPythonHome
1177
+ Py_SetRecursionLimit
1178
+ Py_UTF8Mode
1179
+ Py_UnbufferedStdioFlag
1180
+ Py_UniversalNewlineFgets
1181
+ Py_VaBuildValue
1182
+ Py_VerboseFlag
1183
+ Py_Version
1184
+ Py_XNewRef
1185
+ Py_hexdigits
1186
+ _PyAST_Compile
1187
+ _PyArena_AddPyObject
1188
+ _PyArena_Free
1189
+ _PyArena_Malloc
1190
+ _PyArena_New
1191
+ _PyArg_BadArgument
1192
+ _PyArg_CheckPositional
1193
+ _PyArg_NoKeywords
1194
+ _PyArg_NoPositional
1195
+ _PyArg_ParseStack
1196
+ _PyArg_ParseStackAndKeywords
1197
+ _PyArg_ParseTupleAndKeywordsFast
1198
+ _PyArg_ParseTupleAndKeywords_SizeT
1199
+ _PyArg_ParseTuple_SizeT
1200
+ _PyArg_Parse_SizeT
1201
+ _PyArg_UnpackKeywords
1202
+ _PyArg_UnpackKeywordsWithVararg
1203
+ _PyArg_VaParseTupleAndKeywords_SizeT
1204
+ _PyArg_VaParse_SizeT
1205
+ _PyAsyncGenASend_Type
1206
+ _PyBuffer_ReleaseInInterpreter
1207
+ _PyBuffer_ReleaseInInterpreterAndRawFree
1208
+ _PyByteArray_empty_string
1209
+ _PyBytesWriter_Alloc
1210
+ _PyBytesWriter_Dealloc
1211
+ _PyBytesWriter_Finish
1212
+ _PyBytesWriter_Init
1213
+ _PyBytesWriter_Prepare
1214
+ _PyBytesWriter_Resize
1215
+ _PyBytesWriter_WriteBytes
1216
+ _PyBytes_DecodeEscape
1217
+ _PyBytes_Find
1218
+ _PyBytes_Join
1219
+ _PyBytes_Repeat
1220
+ _PyBytes_Resize
1221
+ _PyBytes_ReverseFind
1222
+ _PyCapsule_SetTraverse
1223
+ _PyCode_CheckLineNumber
1224
+ _PyCode_ConstantKey
1225
+ _PyCompile_Assemble
1226
+ _PyCompile_CleanDoc
1227
+ _PyCompile_CodeGen
1228
+ _PyCompile_GetBinaryIntrinsicName
1229
+ _PyCompile_GetUnaryIntrinsicName
1230
+ _PyCompile_OpcodeHasArg
1231
+ _PyCompile_OpcodeHasConst
1232
+ _PyCompile_OpcodeHasExc
1233
+ _PyCompile_OpcodeHasFree
1234
+ _PyCompile_OpcodeHasJump
1235
+ _PyCompile_OpcodeHasLocal
1236
+ _PyCompile_OpcodeHasName
1237
+ _PyCompile_OpcodeIsValid
1238
+ _PyCompile_OptimizeCfg
1239
+ _PyConfig_AsDict
1240
+ _PyConfig_FromDict
1241
+ _PyConfig_InitCompatConfig
1242
+ _PyContext_NewHamtForTests
1243
+ _PyCoro_GetAwaitableIter
1244
+ _PyCriticalSection2_BeginSlow
1245
+ _PyCriticalSection_BeginSlow
1246
+ _PyCriticalSection_Resume
1247
+ _PyCriticalSection_SuspendAll
1248
+ _PyCrossInterpreterData_Clear
1249
+ _PyCrossInterpreterData_Free
1250
+ _PyCrossInterpreterData_Init
1251
+ _PyCrossInterpreterData_InitWithSize
1252
+ _PyCrossInterpreterData_Lookup
1253
+ _PyCrossInterpreterData_New
1254
+ _PyCrossInterpreterData_NewObject
1255
+ _PyCrossInterpreterData_RegisterClass
1256
+ _PyCrossInterpreterData_Release
1257
+ _PyCrossInterpreterData_ReleaseAndRawFree
1258
+ _PyCrossInterpreterData_UnregisterClass
1259
+ _PyDeadline_Get
1260
+ _PyDeadline_Init
1261
+ _PyDict_DelItemIf
1262
+ _PyDict_DelItem_KnownHash
1263
+ _PyDict_FromItems
1264
+ _PyDict_GetItemRef_KnownHash_LockHeld
1265
+ _PyDict_GetItemStringWithError
1266
+ _PyDict_GetItem_KnownHash
1267
+ _PyDict_LoadGlobal
1268
+ _PyDict_MergeEx
1269
+ _PyDict_NewPresized
1270
+ _PyDict_Pop
1271
+ _PyDict_SetItem_KnownHash
1272
+ _PyDict_SetItem_KnownHash_LockHeld
1273
+ _PyDict_SetItem_Take2
1274
+ _PyDict_SizeOf
1275
+ _PyErr_BadInternalCall
1276
+ _PyErr_ChainExceptions1
1277
+ _PyErr_Clear
1278
+ _PyErr_ExceptionMatches
1279
+ _PyErr_Format
1280
+ _PyErr_FormatFromCause
1281
+ _PyErr_ProgramDecodedTextObject
1282
+ _PyErr_SetFromPyStatus
1283
+ _PyErr_SetKeyError
1284
+ _PyErr_SetLocaleString
1285
+ _PyErr_SetString
1286
+ _PyEvalFramePushAndInit
1287
+ _PyEval_AddPendingCall
1288
+ _PyEval_BinaryOps
1289
+ _PyEval_CheckExceptStarTypeValid
1290
+ _PyEval_CheckExceptTypeValid
1291
+ _PyEval_ConversionFuncs
1292
+ _PyEval_EvalFrameDefault
1293
+ _PyEval_ExceptionGroupMatch
1294
+ _PyEval_FormatAwaitableError
1295
+ _PyEval_FormatExcCheckArg
1296
+ _PyEval_FormatExcUnbound
1297
+ _PyEval_FormatKwargsError
1298
+ _PyEval_FrameClearAndPop
1299
+ _PyEval_GetBuiltin
1300
+ _PyEval_MakePendingCalls
1301
+ _PyEval_MatchClass
1302
+ _PyEval_MatchKeys
1303
+ _PyEval_MonitorRaise
1304
+ _PyEval_SetProfile
1305
+ _PyEval_SliceIndex
1306
+ _PyEval_SliceIndexNotNone
1307
+ _PyEval_UnpackIterable
1308
+ _PyEvent_IsSet
1309
+ _PyEvent_Notify
1310
+ _PyExc_IncompleteInputError
1311
+ _PyFloat_ExactDealloc
1312
+ _PyFrame_IsEntryFrame
1313
+ _PyFunction_SetVersion
1314
+ _PyGen_FetchStopIterationValue
1315
+ _PyGen_SetStopIterationValue
1316
+ _PyGen_yf
1317
+ _PyImport_ClearExtension
1318
+ _PyImport_FrozenBootstrap
1319
+ _PyImport_FrozenStdlib
1320
+ _PyImport_FrozenTest
1321
+ _PyImport_GetModuleAttr
1322
+ _PyImport_GetModuleAttrString
1323
+ _PyImport_SetModule
1324
+ _PyInstructionSequence_New
1325
+ _PyInterpreterConfig_AsDict
1326
+ _PyInterpreterConfig_InitFromDict
1327
+ _PyInterpreterConfig_InitFromState
1328
+ _PyInterpreterConfig_UpdateFromDict
1329
+ _PyInterpreterState_FailIfRunningMain
1330
+ _PyInterpreterState_GetConfigCopy
1331
+ _PyInterpreterState_GetEvalFrameFunc
1332
+ _PyInterpreterState_GetIDObject
1333
+ _PyInterpreterState_GetWhence
1334
+ _PyInterpreterState_IDDecref
1335
+ _PyInterpreterState_IDIncref
1336
+ _PyInterpreterState_IDInitref
1337
+ _PyInterpreterState_IsReady
1338
+ _PyInterpreterState_IsRunningMain
1339
+ _PyInterpreterState_LookUpID
1340
+ _PyInterpreterState_LookUpIDObject
1341
+ _PyInterpreterState_New
1342
+ _PyInterpreterState_ObjectToID
1343
+ _PyInterpreterState_RequireIDRef
1344
+ _PyInterpreterState_RequiresIDRef
1345
+ _PyInterpreterState_SetConfig
1346
+ _PyInterpreterState_SetEvalFrameFunc
1347
+ _PyInterpreterState_SetNotRunningMain
1348
+ _PyInterpreterState_SetRunningMain
1349
+ _PyIntrinsics_BinaryFunctions
1350
+ _PyIntrinsics_UnaryFunctions
1351
+ _PyList_AppendTakeRefListResize
1352
+ _PyList_Extend
1353
+ _PyList_FromArraySteal
1354
+ _PyLong_Add
1355
+ _PyLong_AsByteArray
1356
+ _PyLong_AsTime_t
1357
+ _PyLong_Copy
1358
+ _PyLong_DigitValue
1359
+ _PyLong_DivmodNear
1360
+ _PyLong_FileDescriptor_Converter
1361
+ _PyLong_Format
1362
+ _PyLong_Frexp
1363
+ _PyLong_FromByteArray
1364
+ _PyLong_FromDigits
1365
+ _PyLong_FromTime_t
1366
+ _PyLong_GCD
1367
+ _PyLong_Lshift
1368
+ _PyLong_Multiply
1369
+ _PyLong_New
1370
+ _PyLong_NumBits
1371
+ _PyLong_Rshift
1372
+ _PyLong_Sign
1373
+ _PyLong_Size_t_Converter
1374
+ _PyLong_Subtract
1375
+ _PyLong_UnsignedInt_Converter
1376
+ _PyLong_UnsignedLongLong_Converter
1377
+ _PyLong_UnsignedLong_Converter
1378
+ _PyLong_UnsignedShort_Converter
1379
+ _PyMem_GetCurrentAllocatorName
1380
+ _PyMem_Strdup
1381
+ _PyMonitoring_FireBranchEvent
1382
+ _PyMonitoring_FireCRaiseEvent
1383
+ _PyMonitoring_FireCReturnEvent
1384
+ _PyMonitoring_FireCallEvent
1385
+ _PyMonitoring_FireExceptionHandledEvent
1386
+ _PyMonitoring_FireJumpEvent
1387
+ _PyMonitoring_FireLineEvent
1388
+ _PyMonitoring_FirePyResumeEvent
1389
+ _PyMonitoring_FirePyReturnEvent
1390
+ _PyMonitoring_FirePyStartEvent
1391
+ _PyMonitoring_FirePyThrowEvent
1392
+ _PyMonitoring_FirePyUnwindEvent
1393
+ _PyMonitoring_FirePyYieldEvent
1394
+ _PyMonitoring_FireRaiseEvent
1395
+ _PyMonitoring_FireReraiseEvent
1396
+ _PyMonitoring_FireStopIterationEvent
1397
+ _PyNamespace_New
1398
+ _PyNone_Type
1399
+ _PyNotImplemented_Type
1400
+ _PyNumber_Index
1401
+ _PyOS_IsMainThread
1402
+ _PyOS_ReadlineTState
1403
+ _PyOS_SigintEvent
1404
+ _PyOS_URandomNonblock
1405
+ _PyObject_AssertFailed
1406
+ _PyObject_CallFunction_SizeT
1407
+ _PyObject_CallMethod
1408
+ _PyObject_CallMethodId
1409
+ _PyObject_CallMethod_SizeT
1410
+ _PyObject_CheckCrossInterpreterData
1411
+ _PyObject_DebugMallocStats
1412
+ _PyObject_Dump
1413
+ _PyObject_FunctionStr
1414
+ _PyObject_GC_New
1415
+ _PyObject_GC_NewVar
1416
+ _PyObject_GC_Resize
1417
+ _PyObject_GenericGetAttrWithDict
1418
+ _PyObject_GenericSetAttrWithDict
1419
+ _PyObject_GetAttrId
1420
+ _PyObject_GetCrossInterpreterData
1421
+ _PyObject_GetDictPtr
1422
+ _PyObject_GetMethod
1423
+ _PyObject_GetState
1424
+ _PyObject_IsFreed
1425
+ _PyObject_LookupSpecial
1426
+ _PyObject_MakeTpCall
1427
+ _PyObject_New
1428
+ _PyObject_NewVar
1429
+ _PyObject_SetManagedDict
1430
+ _PyOnceFlag_CallOnceSlow
1431
+ _PyParkingLot_AfterFork
1432
+ _PyParkingLot_Park
1433
+ _PyParkingLot_Unpark
1434
+ _PyParkingLot_UnparkAll
1435
+ _PyParser_TokenNames
1436
+ _PyPathConfig_ClearGlobal
1437
+ _PyPreConfig_InitCompatConfig
1438
+ _PyRWMutex_Lock
1439
+ _PyRWMutex_RLock
1440
+ _PyRWMutex_RUnlock
1441
+ _PyRWMutex_Unlock
1442
+ _PyRecursiveMutex_IsLockedByCurrentThread
1443
+ _PyRecursiveMutex_Lock
1444
+ _PyRecursiveMutex_Unlock
1445
+ _PyRuntime
1446
+ _PySemaphore_Destroy
1447
+ _PySemaphore_Init
1448
+ _PySemaphore_Wait
1449
+ _PySemaphore_Wakeup
1450
+ _PySeqLock_AbandonWrite
1451
+ _PySeqLock_AfterFork
1452
+ _PySeqLock_BeginRead
1453
+ _PySeqLock_EndRead
1454
+ _PySeqLock_LockWrite
1455
+ _PySeqLock_UnlockWrite
1456
+ _PySet_Contains
1457
+ _PySet_Dummy
1458
+ _PySet_NextEntry
1459
+ _PySet_NextEntryRef
1460
+ _PySet_Update
1461
+ _PySlice_FromIndices
1462
+ _PySlice_GetLongIndices
1463
+ _PyStack_AsDict
1464
+ _PyState_AddModule
1465
+ _PyStaticType_InitForExtension
1466
+ _PyStructSequence_NewType
1467
+ _PySuper_Lookup
1468
+ _PySys_GetAttr
1469
+ _PySys_GetSizeOf
1470
+ _PyThreadState_GetCurrent
1471
+ _PyThreadState_GetDict
1472
+ _PyThreadState_Init
1473
+ _PyThreadState_New
1474
+ _PyThreadState_NewBound
1475
+ _PyThreadState_PopFrame
1476
+ _PyThreadState_Prealloc
1477
+ _PyThread_CurrentFrames
1478
+ _PyTime_AsLong
1479
+ _PyTime_AsMicroseconds
1480
+ _PyTime_AsMilliseconds
1481
+ _PyTime_AsTimeval
1482
+ _PyTime_AsTimevalTime_t
1483
+ _PyTime_AsTimeval_clamp
1484
+ _PyTime_FromLong
1485
+ _PyTime_FromMillisecondsObject
1486
+ _PyTime_FromSeconds
1487
+ _PyTime_FromSecondsObject
1488
+ _PyTime_MonotonicWithInfo
1489
+ _PyTime_ObjectToTime_t
1490
+ _PyTime_ObjectToTimespec
1491
+ _PyTime_ObjectToTimeval
1492
+ _PyTime_gmtime
1493
+ _PyTime_localtime
1494
+ _PyToken_OneChar
1495
+ _PyToken_ThreeChars
1496
+ _PyToken_TwoChars
1497
+ _PyTraceMalloc_GetTraceback
1498
+ _PyTraceback_Add
1499
+ _PyTrash_thread_deposit_object
1500
+ _PyTrash_thread_destroy_chain
1501
+ _PyTuple_FromArraySteal
1502
+ _PyTuple_Resize
1503
+ _PyType_GetDict
1504
+ _PyType_GetModuleByDef2
1505
+ _PyType_Lookup
1506
+ _PyType_LookupRef
1507
+ _PyType_Name
1508
+ _PyUnicodeWriter_Dealloc
1509
+ _PyUnicodeWriter_Finish
1510
+ _PyUnicodeWriter_Init
1511
+ _PyUnicodeWriter_PrepareInternal
1512
+ _PyUnicodeWriter_PrepareKindInternal
1513
+ _PyUnicodeWriter_WriteASCIIString
1514
+ _PyUnicodeWriter_WriteChar
1515
+ _PyUnicodeWriter_WriteLatin1String
1516
+ _PyUnicodeWriter_WriteStr
1517
+ _PyUnicodeWriter_WriteSubstring
1518
+ _PyUnicode_AsUTF8NoNUL
1519
+ _PyUnicode_AsUTF8String
1520
+ _PyUnicode_CheckConsistency
1521
+ _PyUnicode_Copy
1522
+ _PyUnicode_DecodeUnicodeEscapeInternal
1523
+ _PyUnicode_EncodeUTF16
1524
+ _PyUnicode_EncodeUTF32
1525
+ _PyUnicode_Equal
1526
+ _PyUnicode_EqualToASCIIString
1527
+ _PyUnicode_ExactDealloc
1528
+ _PyUnicode_FromId
1529
+ _PyUnicode_InternImmortal
1530
+ _PyUnicode_InternInPlace
1531
+ _PyUnicode_InternMortal
1532
+ _PyUnicode_IsAlpha
1533
+ _PyUnicode_IsDecimalDigit
1534
+ _PyUnicode_IsDigit
1535
+ _PyUnicode_IsLinebreak
1536
+ _PyUnicode_IsLowercase
1537
+ _PyUnicode_IsNumeric
1538
+ _PyUnicode_IsPrintable
1539
+ _PyUnicode_IsTitlecase
1540
+ _PyUnicode_IsUppercase
1541
+ _PyUnicode_IsWhitespace
1542
+ _PyUnicode_JoinArray
1543
+ _PyUnicode_ScanIdentifier
1544
+ _PyUnicode_ToDecimalDigit
1545
+ _PyUnicode_ToDigit
1546
+ _PyUnicode_ToLowercase
1547
+ _PyUnicode_ToNumeric
1548
+ _PyUnicode_ToTitlecase
1549
+ _PyUnicode_ToUppercase
1550
+ _PyUnicode_TransformDecimalAndSpaceToASCII
1551
+ _PyUnion_Type
1552
+ _PyWeakref_CallableProxyType
1553
+ _PyWeakref_ClearRef
1554
+ _PyWeakref_IsDead
1555
+ _PyWeakref_ProxyType
1556
+ _PyWeakref_RefType
1557
+ _PyXI_ApplyCapturedException
1558
+ _PyXI_ApplyError
1559
+ _PyXI_ApplyNamespace
1560
+ _PyXI_ClearExcInfo
1561
+ _PyXI_EndInterpreter
1562
+ _PyXI_Enter
1563
+ _PyXI_ExcInfoAsObject
1564
+ _PyXI_Exit
1565
+ _PyXI_FillNamespaceFromDict
1566
+ _PyXI_FormatExcInfo
1567
+ _PyXI_FreeNamespace
1568
+ _PyXI_HasCapturedException
1569
+ _PyXI_InitExcInfo
1570
+ _PyXI_NamespaceFromNames
1571
+ _PyXI_NewInterpreter
1572
+ _Py_BreakPoint
1573
+ _Py_BuildValue_SizeT
1574
+ _Py_CheckFunctionResult
1575
+ _Py_CheckRecursiveCall
1576
+ _Py_Dealloc
1577
+ _Py_DecRef
1578
+ _Py_DecodeLocaleEx
1579
+ _Py_DisplaySourceLine
1580
+ _Py_EllipsisObject
1581
+ _Py_EncodeLocaleEx
1582
+ _Py_FalseStruct
1583
+ _Py_FatalErrorFunc
1584
+ _Py_FatalRefcountErrorFunc
1585
+ _Py_GetConfig
1586
+ _Py_GetConfigsAsDict
1587
+ _Py_GetErrorHandler
1588
+ _Py_Get_Getpath_CodeObject
1589
+ _Py_HandlePending
1590
+ _Py_HashBytes
1591
+ _Py_HashDouble
1592
+ _Py_HashSecret
1593
+ _Py_IncRef
1594
+ _Py_InitializeMain
1595
+ _Py_IsInterpreterFinalizing
1596
+ _Py_IsValidFD
1597
+ _Py_MakeCoro
1598
+ _Py_NewReference
1599
+ _Py_NewReferenceNoTotal
1600
+ _Py_NoneStruct
1601
+ _Py_NotImplementedStruct
1602
+ _Py_RestoreSignals
1603
+ _Py_ResurrectReference
1604
+ _Py_SetLocaleFromEnv
1605
+ _Py_SetRefcnt
1606
+ _Py_SwappedOp
1607
+ _Py_TrueStruct
1608
+ _Py_UTF8_Edit_Cost
1609
+ _Py_UniversalNewlineFgetsWithSize
1610
+ _Py_VaBuildValue_SizeT
1611
+ _Py_ascii_whitespace
1612
+ _Py_c_abs
1613
+ _Py_c_diff
1614
+ _Py_c_neg
1615
+ _Py_c_pow
1616
+ _Py_c_prod
1617
+ _Py_c_quot
1618
+ _Py_c_sum
1619
+ _Py_closerange
1620
+ _Py_convert_optional_to_ssize_t
1621
+ _Py_ctype_table
1622
+ _Py_ctype_tolower
1623
+ _Py_ctype_toupper
1624
+ _Py_dup
1625
+ _Py_fopen_obj
1626
+ _Py_fstat
1627
+ _Py_fstat_noraise
1628
+ _Py_get_osfhandle
1629
+ _Py_hashtable_clear
1630
+ _Py_hashtable_compare_direct
1631
+ _Py_hashtable_destroy
1632
+ _Py_hashtable_foreach
1633
+ _Py_hashtable_get
1634
+ _Py_hashtable_hash_ptr
1635
+ _Py_hashtable_len
1636
+ _Py_hashtable_new
1637
+ _Py_hashtable_new_full
1638
+ _Py_hashtable_set
1639
+ _Py_hashtable_size
1640
+ _Py_hashtable_steal
1641
+ _Py_normpath
1642
+ _Py_open
1643
+ _Py_open_noraise
1644
+ _Py_set_inheritable
1645
+ _Py_set_inheritable_async_safe
1646
+ _Py_stat
1647
+ _Py_strhex
1648
+ _Py_strhex_bytes_with_sep
1649
+ _Py_union_type_or
1650
+ _Py_write
1651
+ _Py_write_noraise