• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# allocator (16)
3Objects/obmalloc.c:_PyMem                                        static PyMemAllocatorEx _PyMem
4Objects/obmalloc.c:_PyMem_Debug                                  static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_alloc_api_t obj; } _PyMem_Debug
5Objects/obmalloc.c:_PyMem_Raw                                    static PyMemAllocatorEx _PyMem_Raw
6Objects/obmalloc.c:_PyObject                                     static PyMemAllocatorEx _PyObject
7Objects/obmalloc.c:_PyObject_Arena                               static PyObjectArenaAllocator _PyObject_Arena
8Objects/obmalloc.c:_Py_tracemalloc_config                        struct _PyTraceMalloc_Config _Py_tracemalloc_config
9Objects/obmalloc.c:arenas                                        static struct arena_object* arenas
10Objects/obmalloc.c:maxarenas                                     static uint maxarenas
11Objects/obmalloc.c:narenas_currently_allocated                   static size_t narenas_currently_allocated
12Objects/obmalloc.c:narenas_highwater                             static size_t narenas_highwater
13Objects/obmalloc.c:nfp2lasta                                     static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1]
14Objects/obmalloc.c:ntimes_arena_allocated                        static size_t ntimes_arena_allocated
15Objects/obmalloc.c:unused_arena_objects                          static struct arena_object* unused_arena_objects
16Objects/obmalloc.c:usable_arenas                                 static struct arena_object* usable_arenas
17Objects/obmalloc.c:usedpools                                     static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8]
18Objects/obmalloc.c:new_arena():debug_stats                       static int debug_stats
19
20
21# counters
22Modules/_abc.c:abc_invalidation_counter                          static unsigned long long abc_invalidation_counter
23Objects/bytesobject.c:_Py_null_strings                           Py_ssize_t _Py_null_strings
24Objects/bytesobject.c:_Py_onel_strings                           Py_ssize_t _Py_one_strings
25
26
27# constants (effectively)
28Objects/dictobject.c:empty_keys_struct                           static PyDictKeysObject empty_keys_struct
29
30
31# "initialized"
32Python/fileutils.c:_Py_open_cloexec_works                        int _Py_open_cloexec_works
33
34
35# freelists
36Objects/dictobject.c:keys_free_list                              static PyDictKeysObject *keys_free_list[PyDict_MAXFREELIST]
37Objects/dictobject.c:numfreekeys                                 static int numfreekeys
38
39
40# other non-object (43)
41Modules/_tracemalloc.c:allocators                                static struct { PyMemAllocatorEx mem; PyMemAllocatorEx raw; PyMemAllocatorEx obj; } allocators
42Modules/_tracemalloc.c:tables_lock                               static PyThread_type_lock tables_lock
43Modules/_tracemalloc.c:tracemalloc_filenames                     static _Py_hashtable_t *tracemalloc_filenames
44Modules/_tracemalloc.c:tracemalloc_peak_traced_memory            static size_t tracemalloc_peak_traced_memory
45Modules/_tracemalloc.c:tracemalloc_reentrant_key                 static Py_tss_t tracemalloc_reentrant_key
46Modules/_tracemalloc.c:tracemalloc_tracebacks                    static _Py_hashtable_t *tracemalloc_tracebacks
47Modules/_tracemalloc.c:tracemalloc_traced_memory                 static size_t tracemalloc_traced_memory
48Modules/_tracemalloc.c:tracemalloc_traces                        static _Py_hashtable_t *tracemalloc_traces
49Modules/faulthandler.c:old_stack                                 static stack_t old_stack
50Modules/faulthandler.c:stack                                     static stack_t stack
51Modules/faulthandler.c:faulthandler_dump_traceback():reentrant   static volatile int reentrant
52Modules/posixmodule.c:initialized                                static int initialized
53Modules/signalmodule.c:initialized                               static int initialized
54Modules/timemodule.c:initialized                                 static int initialized
55Objects/dictobject.c:pydict_global_version                       static uint64_t pydict_global_version
56Objects/floatobject.c:detected_double_format                     static float_format_type detected_double_format
57Objects/floatobject.c:detected_float_format                      static float_format_type detected_float_format
58Objects/floatobject.c:double_format                              static float_format_type double_format
59Objects/floatobject.c:float_format                               static float_format_type
60Objects.longobject.c:_Py_quick_int_allocs                        Py_ssize_t _Py_quick_int_allocs
61Objects.longobject.c:_Py_quick_neg_int_allocs                    Py_ssize_t _Py_quick_neg_int_allocs
62Objects/moduleobject.c:max_module_number                         static Py_ssize_t max_module_number
63Objects/object.c:_Py_RefTotal                                    Py_ssize_t _Py_RefTotal
64Objects/tupleobject.c:_Py_fast_tuple_allocs                      Py_ssize_t _Py_fast_tuple_allocs
65Objects/tupleobject.c:_Py_tuple_zero_allocs                      Py_ssize_t _Py_tuple_zero_allocs
66Objects/typeobject.c:next_version_tag                            static unsigned int next_version_tag
67Python/Python-ast.c:init_types():initialized                     static int initialized
68Python/bootstrap_hash.c:urandom_cache                            static struct { int fd; dev_t st_dev; ino_t st_ino; } urandom_cache
69Python/ceval.c:lltrace                                           static int lltrace
70Python/ceval.c:make_pending_calls():busy                         static int busy
71Python/dynload_shlib.c:handles                                   static struct { dev_t dev; ino_t ino; void *handle; } handles[128]
72Python/dynload_shlib.c:nhandles                                  static int nhandles
73Python/import.c:import_lock                                      static PyThread_type_lock import_lock
74Python/import.c:import_lock_level                                static int import_lock_level
75Python/import.c:import_lock_thread                               static unsigned long import_lock_thread
76Python/import.c:import_find_and_load():accumulated               static _PyTime_t accumulated
77Python/import.c:import_find_and_load():header                    static int header
78Python/import.c:import_find_and_load():import_level              static int import_level
79Python/pylifecycle.c:_Py_UnhandledKeyboardInterrupt              int _Py_UnhandledKeyboardInterrupt
80Python/pylifecycle.c:fatal_error():reentrant                     static int reentrant
81
82
83#######################################
84# PyObject (960)
85
86# freelists (10 + 10)
87Modules/_collectionsmodule.c:freeblocks                          static block *freeblocks[MAXFREEBLOCKS]
88Modules/_collectionsmodule.c:numfreeblocks                       static Py_ssize_t numfreeblocks
89Objects/dictobject.c:free_list                                   static PyDictObject *free_list[PyDict_MAXFREELIST]
90Objects/dictobject.c:numfree                                     static int numfree
91Objects/exceptions.c:memerrors_freelist                          static PyBaseExceptionObject *memerrors_freelist
92Objects/exceptions.c:memerrors_numfree                           static int memerrors_numfree
93Objects/floatobject.c:free_list                                  static PyFloatObject *free_list
94Objects/floatobject.c:numfree                                    static int numfree
95Objects/frameobject.c:free_list                                  static PyFrameObject *free_list
96Objects/frameobject.c:numfree                                    static int numfree
97Objects/genobject.c:ag_asend_freelist                            static PyAsyncGenASend *ag_asend_freelist[_PyAsyncGen_MAXFREELIST]
98Objects/genobject.c:ag_asend_freelist_free                       static int ag_asend_freelist_free
99Objects/genobject.c:ag_value_freelist                            static _PyAsyncGenWrappedValue *ag_value_freelist[_PyAsyncGen_MAXFREELIST]
100Objects/genobject.c:ag_value_freelist_free                       static int ag_value_freelist_free
101Objects/listobject.c:free_list                                   static PyListObject *free_list[PyList_MAXFREELIST]
102Objects/listobject.c:numfree                                     static int numfree
103Objects/tupleobject.c:free_list                                  static PyTupleObject *free_list[PyTuple_MAXSAVESIZE]
104Objects/tupleobject.c:numfree                                    static int numfree[PyTuple_MAXSAVESIZE]
105Python/context.c:ctx_freelist                                    static PyContext *ctx_freelist
106Python/context.c:ctx_freelist_len                                static int ctx_freelist_len
107
108
109# singletons (7)
110Objects/boolobject.c:_Py_FalseStruct                             static struct _longobject _Py_FalseStruct
111Objects/boolobject.c:_Py_TrueStruct                              static struct _longobject _Py_TrueStruct
112Objects/boolobject.c:false_str                                   static PyObject *false_str
113Objects/boolobject.c:true_str                                    static PyObject *true_str
114Objects/object.c:_Py_NoneStruct                                  PyObject _Py_NoneStruct
115Objects/object.c:_Py_NotImplementedStruct                        PyObject _Py_NotImplementedStruct
116Objects/sliceobject.c:_Py_EllipsisObject                         PyObject _Py_EllipsisObject
117
118
119# module vars (9)
120Modules/_functoolsmodule.c:kwd_mark                              static PyObject *kwd_mark
121Modules/_localemodule.c:Error                                    static PyObject *Error
122Modules/_threadmodule.c:ThreadError                              static PyObject *ThreadError
123Modules/_tracemalloc.c:unknown_filename                          static PyObject *unknown_filename
124Modules/signalmodule.c:DefaultHandler                            static PyObject *DefaultHandler
125Modules/signalmodule.c:IgnoreHandler                             static PyObject *IgnoreHandler
126Modules/signalmodule.c:IntHandler                                static PyObject *IntHandler
127Modules/signalmodule.c:ItimerError                               static PyObject *ItimerError
128Objects/exceptions.c:errnomap                                    static PyObject *errnomap
129
130
131# other (non-cache) (5)
132Modules/_tracemalloc.c:tracemalloc_traceback                     static traceback_t *tracemalloc_traceback
133Modules/faulthandler.c:fatal_error                               static struct { int enabled; PyObject *file; int fd; int all_threads; PyInterpreterState *interp; void *exc_handler; } fatal_error
134Modules/faulthandler.c:thread                                    static struct { PyObject *file; int fd; PY_TIMEOUT_T timeout_us; int repeat; PyInterpreterState *interp; int exit; char *header; size_t header_len; PyThread_type_lock cancel_event; PyThread_type_lock running; } thread
135Modules/signalmodule.c:Handlers                                  static volatile struct { _Py_atomic_int tripped; PyObject *func; } Handlers[NSIG]
136Objects/setobject.c:_dummy_struct                                static PyObject _dummy_struct
137
138
139# caches (5)
140Modules/posixmodule.c:posix_putenv_garbage                       static PyObject *posix_putenv_garbage
141Objects/sliceobject.c:slice_cache                                static PySliceObject *slice_cache
142Objects/typeobject.c:method_cache                                static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]
143Objects/unicodeobject.c:interned                                 static PyObject *interned
144Python/import.c:extensions                                       static PyObject *extensions
145
146
147# cached constants - non-str (15)
148Modules/_io/_iomodule.c:_PyIO_empty_bytes                        PyObject *_PyIO_empty_bytes
149Modules/_io/bufferedio.c:_PyIO_trap_eintr():eintr_int            static PyObject *eintr_int
150Modules/posixmodule.c:billion                                    static PyObject *billion
151Modules/posixmodule.c:wait_helper():struct_rusage                static PyObject *struct_rusage
152Objects/bytesobject.c:characters                                 static PyBytesObject *characters[UCHAR_MAX + 1]
153Objects/bytesobject.c:nullstring                                 static PyBytesObject *nullstring
154Objects/codeobject.c:PyCode_NewEmpty():nulltuple                 static PyObject *nulltuple
155Objects/dictobject.c:empty_values                                static PyObject *empty_values[1]
156Objects/listobject.c:indexerr                                    static PyObject *indexerr
157Objects/longobject.c:small_ints                                  static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]
158Objects/setobject.c:emptyfrozenset                               static PyObject *emptyfrozenset
159Python/context.c:_token_missing                                  static PyObject *_token_missing
160Python/hamt.c:_empty_hamt                                        static PyHamtObject *_empty_hamt
161
162
163# cached constants - str (441)
164Modules/_io/_iomodule.c:_PyIO_empty_str                          PyObject *_PyIO_empty_str
165Modules/_io/_iomodule.c:_PyIO_str_close                          PyObject *_PyIO_str_close
166Modules/_io/_iomodule.c:_PyIO_str_closed                         PyObject *_PyIO_str_closed
167Modules/_io/_iomodule.c:_PyIO_str_decode                         PyObject *_PyIO_str_decode
168Modules/_io/_iomodule.c:_PyIO_str_encode                         PyObject *_PyIO_str_encode
169Modules/_io/_iomodule.c:_PyIO_str_fileno                         PyObject *_PyIO_str_fileno
170Modules/_io/_iomodule.c:_PyIO_str_flush                          PyObject *_PyIO_str_flush
171Modules/_io/_iomodule.c:_PyIO_str_getstate                       PyObject *_PyIO_str_getstate
172Modules/_io/_iomodule.c:_PyIO_str_isatty                         PyObject *_PyIO_str_isatty
173Modules/_io/_iomodule.c:_PyIO_str_newlines                       PyObject *_PyIO_str_newlines
174Modules/_io/_iomodule.c:_PyIO_str_nl                             PyObject *_PyIO_str_nl
175Modules/_io/_iomodule.c:_PyIO_str_peek                           PyObject *_PyIO_str_peek
176Modules/_io/_iomodule.c:_PyIO_str_read                           PyObject *_PyIO_str_read
177Modules/_io/_iomodule.c:_PyIO_str_read1                          PyObject *_PyIO_str_read1
178Modules/_io/_iomodule.c:_PyIO_str_readable                       PyObject *_PyIO_str_readable
179Modules/_io/_iomodule.c:_PyIO_str_readall                        PyObject *_PyIO_str_readall
180Modules/_io/_iomodule.c:_PyIO_str_readinto                       PyObject *_PyIO_str_readinto
181Modules/_io/_iomodule.c:_PyIO_str_readline                       PyObject *_PyIO_str_readline
182Modules/_io/_iomodule.c:_PyIO_str_reset                          PyObject *_PyIO_str_reset
183Modules/_io/_iomodule.c:_PyIO_str_seek                           PyObject *_PyIO_str_seek
184Modules/_io/_iomodule.c:_PyIO_str_seekable                       PyObject *_PyIO_str_seekable
185Modules/_io/_iomodule.c:_PyIO_str_setstate                       PyObject *_PyIO_str_setstate
186Modules/_io/_iomodule.c:_PyIO_str_tell                           PyObject *_PyIO_str_tell
187Modules/_io/_iomodule.c:_PyIO_str_truncate                       PyObject *_PyIO_str_truncate
188Modules/_io/_iomodule.c:_PyIO_str_writable                       PyObject *_PyIO_str_writable
189Modules/_io/_iomodule.c:_PyIO_str_write                          PyObject *_PyIO_str_write
190Modules/_threadmodule.c:str_dict                                 static PyObject *str_dict
191Modules/gcmodule.c:gc_str                                        static PyObject *gc_str
192Objects/classobject.c:instancemethod_get_doc():docstr            static PyObject *docstr
193Objects/classobject.c:method_get_doc():docstr                    static PyObject *docstr
194Objects/codeobject.c:PyCode_NewEmpty():emptystring               static PyObject *emptystring
195Objects/exceptions.c:_check_for_legacy_statements():exec_prefix  static PyObject *exec_prefix
196Objects/exceptions.c:_check_for_legacy_statements():print_prefix static PyObject *print_prefix
197Objects/funcobject.c:PyFunction_NewWithQualName():__name__       static PyObject *__name__
198Objects/typeobject.c:object___reduce_ex___impl():objreduce       static PyObject *objreduce
199Objects/typeobject.c:resolve_slotdups():pname                    static PyObject *pname
200Objects/unicodeobject.c:unicode_empty                            static PyObject *unicode_empty
201Objects/unicodeobject.c:unicode_latin1                           static PyObject *unicode_latin1[256]
202Python/_warnings.c:is_internal_frame():bootstrap_string          static PyObject *bootstrap_string
203Python/_warnings.c:is_internal_frame():importlib_string          static PyObject *importlib_string
204Python/ast.c:u_kind                                              static PyObject *u_kind
205Python/ast_unparse.c:_str_close_br                               static PyObject *_str_close_br
206Python/ast_unparse.c:_str_dbl_close_br                           static PyObject *_str_dbl_close_br
207Python/ast_unparse.c:_str_dbl_open_br                            static PyObject *_str_dbl_open_br
208Python/ast_unparse.c:_str_open_br                                static PyObject *_str_open_br
209Python/compile.c:__annotations__                                 static PyObject *__annotations__
210Python/compile.c:__doc__                                         static PyObject *__doc__
211Python/compile.c:compiler_dictcomp():name                        static identifier name
212Python/compile.c:compiler_from_import():empty_string             static PyObject *empty_string
213Python/compile.c:compiler_genexp():name                          static identifier name
214Python/compile.c:compiler_lambda():name                          static identifier name
215Python/compile.c:compiler_listcomp():name                        static identifier name
216Python/compile.c:compiler_setcomp():name                         static identifier name
217Python/compile.c:compiler_visit_annotations():return_str         static identifier return_str
218Python/import.c:PyImport_Import():builtins_str                   static PyObject *builtins_str
219Python/import.c:PyImport_Import():import_str                     static PyObject *import_str
220Python/import.c:PyImport_Import():silly_list                     static PyObject *silly_list
221Python/sysmodule.c:whatstrings                                   static PyObject *whatstrings[8]
222Python/sysmodule.c:sys_displayhook():newline                     static PyObject *newline
223Objects/typeobject.c:object_new():comma_id                       _Py_static_string(comma_id, "", "")
224Objects/typeobject.c:slot_nb_add():op_id                         _Py_static_string(op_id, OPSTR)
225Objects/typeobject.c:slot_nb_add():rop_id                        _Py_static_string(op_id, OPSTR)
226Objects/typeobject.c:slot_nb_and():op_id                         _Py_static_string(op_id, OPSTR)
227Objects/typeobject.c:slot_nb_and():rop_id                        _Py_static_string(op_id, OPSTR)
228Objects/typeobject.c:slot_nb_divmod():op_id                      _Py_static_string(op_id, OPSTR)
229Objects/typeobject.c:slot_nb_divmod():rop_id                     _Py_static_string(op_id, OPSTR)
230Objects/typeobject.c:slot_nb_floor_divide():op_id                _Py_static_string(op_id, OPSTR)
231Objects/typeobject.c:slot_nb_floor_divide():rop_id               _Py_static_string(op_id, OPSTR)
232Objects/typeobject.c:slot_nb_lshift():op_id                      _Py_static_string(op_id, OPSTR)
233Objects/typeobject.c:slot_nb_lshift():rop_id                     _Py_static_string(op_id, OPSTR)
234Objects/typeobject.c:slot_nb_matrix_multiply():op_id             _Py_static_string(op_id, OPSTR)
235Objects/typeobject.c:slot_nb_matrix_multiply():rop_id            _Py_static_string(op_id, OPSTR)
236Objects/typeobject.c:slot_nb_multiply():op_id                    _Py_static_string(op_id, OPSTR)
237Objects/typeobject.c:slot_nb_multiply():rop_id                   _Py_static_string(op_id, OPSTR)
238Objects/typeobject.c:slot_nb_or():op_id                          _Py_static_string(op_id, OPSTR)
239Objects/typeobject.c:slot_nb_or():rop_id                         _Py_static_string(op_id, OPSTR)
240Objects/typeobject.c:slot_nb_power_binary():op_id                _Py_static_string(op_id, OPSTR)
241Objects/typeobject.c:slot_nb_power_binary():rop_id               _Py_static_string(op_id, OPSTR)
242Objects/typeobject.c:slot_nb_remainder():op_id                   _Py_static_string(op_id, OPSTR)
243Objects/typeobject.c:slot_nb_remainder():rop_id                  _Py_static_string(op_id, OPSTR)
244Objects/typeobject.c:slot_nb_rshift():op_id                      _Py_static_string(op_id, OPSTR)
245Objects/typeobject.c:slot_nb_rshift():rop_id                     _Py_static_string(op_id, OPSTR)
246Objects/typeobject.c:slot_nb_subtract():op_id                    _Py_static_string(op_id, OPSTR)
247Objects/typeobject.c:slot_nb_subtract():rop_id                   _Py_static_string(op_id, OPSTR)
248Objects/typeobject.c:slot_nb_true_divide():op_id                 _Py_static_string(op_id, OPSTR)
249Objects/typeobject.c:slot_nb_true_divide():rop_id                _Py_static_string(op_id, OPSTR)
250Objects/typeobject.c:slot_nb_xor():op_id                         _Py_static_string(op_id, OPSTR)
251Objects/typeobject.c:slot_nb_xor():rop_id                        _Py_static_string(op_id, OPSTR)
252Python/compile.c:compiler_set_qualname():dot                     _Py_static_string(dot, ""."")
253Python/compile.c:compiler_set_qualname():dot_locals              _Py_static_string(dot_locals, "".<locals>"")
254Python/pythonrun.c:PyId_string                                   _Py_static_string(PyId_string, ""<string>"")
255Modules/_abc.c:PyId___abstractmethods__                          _Py_IDENTIFIER(__abstractmethods__)
256Modules/_abc.c:PyId___bases__                                    _Py_IDENTIFIER(__bases__)
257Modules/_abc.c:PyId___class__                                    _Py_IDENTIFIER(__class__)
258Modules/_abc.c:PyId___dict__                                     _Py_IDENTIFIER(__dict__)
259Modules/_abc.c:PyId___subclasscheck__                            _Py_IDENTIFIER(__subclasscheck__)
260Modules/_abc.c:PyId___subclasshook__                             _Py_IDENTIFIER(__subclasshook__)
261Modules/_abc.c:PyId__abc_impl                                    _Py_IDENTIFIER(_abc_impl)
262Modules/_collectionsmodule.c:_count_elements():PyId___setitem__  _Py_IDENTIFIER(__setitem__)
263Modules/_collectionsmodule.c:_count_elements():PyId_get          _Py_IDENTIFIER(get)
264Modules/_collectionsmodule.c:defdict_reduce():PyId_items         _Py_IDENTIFIER(items)
265Modules/_dbmmodule.c:dbm__exit__():PyId_close                    _Py_IDENTIFIER(close)
266Modules/_gdbmmodule.c:dbm__exit__():PyId_close                   _Py_IDENTIFIER(close)
267Modules/_io/_iomodule.c:_io_open_impl():PyId__blksize            _Py_IDENTIFIER(_blksize)
268Modules/_io/_iomodule.c:_io_open_impl():PyId_isatty              _Py_IDENTIFIER(isatty)
269Modules/_io/_iomodule.c:_io_open_impl():PyId_mode                _Py_IDENTIFIER(mode)
270Modules/_io/bufferedio.c:PyId__dealloc_warn                      _Py_IDENTIFIER(_dealloc_warn)
271Modules/_io/bufferedio.c:PyId_close                              _Py_IDENTIFIER(close)
272Modules/_io/bufferedio.c:PyId_flush                              _Py_IDENTIFIER(flush)
273Modules/_io/bufferedio.c:PyId_isatty                             _Py_IDENTIFIER(isatty)
274Modules/_io/bufferedio.c:PyId_mode                               _Py_IDENTIFIER(mode)
275Modules/_io/bufferedio.c:PyId_name                               _Py_IDENTIFIER(name)
276Modules/_io/bufferedio.c:PyId_peek                               _Py_IDENTIFIER(peek)
277Modules/_io/bufferedio.c:PyId_read                               _Py_IDENTIFIER(read)
278Modules/_io/bufferedio.c:PyId_read1                              _Py_IDENTIFIER(read1)
279Modules/_io/bufferedio.c:PyId_readable                           _Py_IDENTIFIER(readable)
280Modules/_io/bufferedio.c:PyId_readinto                           _Py_IDENTIFIER(readinto)
281Modules/_io/bufferedio.c:PyId_readinto1                          _Py_IDENTIFIER(readinto1)
282Modules/_io/bufferedio.c:PyId_writable                           _Py_IDENTIFIER(writable)
283Modules/_io/bufferedio.c:PyId_write                              _Py_IDENTIFIER(write)
284Modules/_io/fileio.c:PyId_name                                   _Py_IDENTIFIER(name)
285Modules/_io/iobase.c:PyId___IOBase_closed                        _Py_IDENTIFIER(__IOBase_closed)
286Modules/_io/iobase.c:PyId_read                                   _Py_IDENTIFIER(read)
287Modules/_io/iobase.c:_io__IOBase_tell_impl():PyId_seek           _Py_IDENTIFIER(seek)
288Modules/_io/iobase.c:_io__RawIOBase_read_impl():PyId_readall     _Py_IDENTIFIER(readall)
289Modules/_io/iobase.c:iobase_finalize():PyId__finalizing          _Py_IDENTIFIER(_finalizing)
290Modules/_io/textio.c:PyId__dealloc_warn                          _Py_IDENTIFIER(_dealloc_warn)
291Modules/_io/textio.c:PyId_close                                  _Py_IDENTIFIER(close)
292Modules/_io/textio.c:PyId_decode                                 _Py_IDENTIFIER(decode)
293Modules/_io/textio.c:PyId_fileno                                 _Py_IDENTIFIER(fileno)
294Modules/_io/textio.c:PyId_flush                                  _Py_IDENTIFIER(flush)
295Modules/_io/textio.c:PyId_getpreferredencoding                   _Py_IDENTIFIER(getpreferredencoding)
296Modules/_io/textio.c:PyId_isatty                                 _Py_IDENTIFIER(isatty)
297Modules/_io/textio.c:PyId_mode                                   _Py_IDENTIFIER(mode)
298Modules/_io/textio.c:PyId_name                                   _Py_IDENTIFIER(name)
299Modules/_io/textio.c:PyId_raw                                    _Py_IDENTIFIER(raw)
300Modules/_io/textio.c:PyId_read                                   _Py_IDENTIFIER(read)
301Modules/_io/textio.c:PyId_readable                               _Py_IDENTIFIER(readable)
302Modules/_io/textio.c:PyId_replace                                _Py_IDENTIFIER(replace)
303Modules/_io/textio.c:PyId_reset                                  _Py_IDENTIFIER(reset)
304Modules/_io/textio.c:PyId_seek                                   _Py_IDENTIFIER(seek)
305Modules/_io/textio.c:PyId_seekable                               _Py_IDENTIFIER(seekable)
306Modules/_io/textio.c:PyId_setstate                               _Py_IDENTIFIER(setstate)
307Modules/_io/textio.c:PyId_strict                                 _Py_IDENTIFIER(strict)
308Modules/_io/textio.c:PyId_tell                                   _Py_IDENTIFIER(tell)
309Modules/_io/textio.c:PyId_writable                               _Py_IDENTIFIER(writable)
310Modules/_operator.c:methodcaller_reduce():PyId_partial           _Py_IDENTIFIER(partial)
311Modules/_pickle.c:do_append():PyId_extend                        _Py_IDENTIFIER(extend)
312Modules/_pickle.c:load_build():PyId___setstate__                 _Py_IDENTIFIER(__setstate__)
313Modules/_threadmodule.c:PyId_flush                               _Py_IDENTIFIER(flush)
314Modules/_threadmodule.c:PyId_stderr                              _Py_IDENTIFIER(stderr)
315Modules/arraymodule.c:array_arrayiterator___reduce___impl():PyId_iter _Py_IDENTIFIER(iter)
316Modules/faulthandler.c:PyId_enable                               _Py_IDENTIFIER(enable)
317Modules/faulthandler.c:PyId_fileno                               _Py_IDENTIFIER(fileno)
318Modules/faulthandler.c:PyId_flush                                _Py_IDENTIFIER(flush)
319Modules/faulthandler.c:PyId_stderr                               _Py_IDENTIFIER(stderr)
320Modules/itertoolsmodule.c:itertools_tee_impl():PyId___copy__     _Py_IDENTIFIER(__copy__)
321Modules/itertoolsmodule.c:zip_longest_new():PyId_fillvalue       _Py_IDENTIFIER(fillvalue)
322Modules/main.c:pymain_sys_path_add_path0():PyId_path             _Py_IDENTIFIER(path)
323Modules/posixmodule.c:DirEntry_test_mode():PyId_st_mode          _Py_IDENTIFIER(st_mode)
324Modules/posixmodule.c:PyOS_FSPath():PyId___fspath__              _Py_IDENTIFIER(__fspath__)
325Modules/posixmodule.c:path_converter():PyId___fspath__           _Py_IDENTIFIER(__fspath__)
326Modules/posixmodule.c:wait_helper():PyId_struct_rusage           _Py_IDENTIFIER(struct_rusage)
327Modules/timemodule.c:time_strptime():PyId__strptime_time         _Py_IDENTIFIER(_strptime_time)
328Objects/abstract.c:PyMapping_Items():PyId_items                  _Py_IDENTIFIER(items)
329Objects/abstract.c:PyMapping_Keys():PyId_keys                    _Py_IDENTIFIER(keys)
330Objects/abstract.c:PyMapping_Values():PyId_values                _Py_IDENTIFIER(values)
331Objects/abstract.c:PyNumber_Long():PyId___trunc__                _Py_IDENTIFIER(__trunc__)
332Objects/abstract.c:PyObject_Format():PyId___format__             _Py_IDENTIFIER(__format__)
333Objects/abstract.c:PyObject_GetItem():PyId___class_getitem__     _Py_IDENTIFIER(__class_getitem__)
334Objects/abstract.c:PyObject_IsInstance():PyId___instancecheck__  _Py_IDENTIFIER(__instancecheck__)
335Objects/abstract.c:PyObject_IsSubclass():PyId___subclasscheck__  _Py_IDENTIFIER(__subclasscheck__)
336Objects/abstract.c:PyObject_LengthHint():PyId___length_hint__    _Py_IDENTIFIER(__length_hint__)
337Objects/abstract.c:abstract_get_bases():PyId___bases__           _Py_IDENTIFIER(__bases__)
338Objects/abstract.c:recursive_isinstance():PyId___class__         _Py_IDENTIFIER(__class__)
339Objects/bytearrayobject.c:_common_reduce():PyId___dict__         _Py_IDENTIFIER(__dict__)
340Objects/bytearrayobject.c:bytearrayiter_reduce():PyId_iter       _Py_IDENTIFIER(iter)
341Objects/bytesobject.c:bytes_new():PyId___bytes__                 _Py_IDENTIFIER(__bytes__)
342Objects/bytesobject.c:format_obj():PyId___bytes__                _Py_IDENTIFIER(__bytes__)
343Objects/bytesobject.c:striter_reduce():PyId_iter                 _Py_IDENTIFIER(iter)
344Objects/classobject.c:PyId___name__                              _Py_IDENTIFIER(__name__)
345Objects/classobject.c:PyId___qualname__                          _Py_IDENTIFIER(__qualname__)
346Objects/classobject.c:method_reduce():PyId_getattr               _Py_IDENTIFIER(getattr)
347Objects/complexobject.c:try_complex_special_method():PyId___complex__ _Py_IDENTIFIER(__complex__)
348Objects/descrobject.c:calculate_qualname():PyId___qualname__     _Py_IDENTIFIER(__qualname__)
349Objects/descrobject.c:descr_reduce():PyId_getattr                _Py_IDENTIFIER(getattr)
350Objects/descrobject.c:mappingproxy_copy():PyId_copy              _Py_IDENTIFIER(copy)
351Objects/descrobject.c:mappingproxy_get():PyId_get                _Py_IDENTIFIER(get)
352Objects/descrobject.c:mappingproxy_items():PyId_items            _Py_IDENTIFIER(items)
353Objects/descrobject.c:mappingproxy_keys():PyId_keys              _Py_IDENTIFIER(keys)
354Objects/descrobject.c:mappingproxy_values():PyId_values          _Py_IDENTIFIER(values)
355Objects/descrobject.c:property_init_impl():PyId___doc__          _Py_IDENTIFIER(__doc__)
356Objects/descrobject.c:wrapper_reduce():PyId_getattr              _Py_IDENTIFIER(getattr)
357Objects/dictobject.c:_PyDictView_Intersect():PyId_intersection_update _Py_IDENTIFIER(intersection_update)
358Objects/dictobject.c:dict_subscript():PyId___missing__           _Py_IDENTIFIER(__missing__)
359Objects/dictobject.c:dict_update_common():PyId_keys              _Py_IDENTIFIER(keys)
360Objects/dictobject.c:dictiter_reduce():PyId_iter                 _Py_IDENTIFIER(iter)
361Objects/dictobject.c:dictviews_or():PyId_update                  _Py_IDENTIFIER(update)
362Objects/dictobject.c:dictviews_sub():PyId_difference_update      _Py_IDENTIFIER(difference_update)
363Objects/dictobject.c:dictviews_xor():PyId_symmetric_difference_update _Py_IDENTIFIER(symmetric_difference_update)
364Objects/enumobject.c:reversed_new_impl():PyId___reversed__       _Py_IDENTIFIER(__reversed__)
365Objects/exceptions.c:ImportError_getstate():PyId_name            _Py_IDENTIFIER(name)
366Objects/exceptions.c:ImportError_getstate():PyId_path            _Py_IDENTIFIER(path)
367Objects/fileobject.c:PyFile_FromFd():PyId_open                   _Py_IDENTIFIER(open)
368Objects/fileobject.c:PyFile_GetLine():PyId_readline              _Py_IDENTIFIER(readline)
369Objects/fileobject.c:PyFile_OpenCodeObject():PyId_open           _Py_IDENTIFIER(open)
370Objects/fileobject.c:PyFile_WriteObject():PyId_write             _Py_IDENTIFIER(write)
371Objects/fileobject.c:PyObject_AsFileDescriptor():PyId_fileno     _Py_IDENTIFIER(fileno)
372Objects/frameobject.c:PyId___builtins__                          _Py_IDENTIFIER(__builtins__)
373Objects/genobject.c:_gen_throw():PyId_throw                      _Py_IDENTIFIER(throw)
374Objects/genobject.c:gen_close_iter():PyId_close                  _Py_IDENTIFIER(close)
375Objects/iterobject.c:calliter_reduce():PyId_iter                 _Py_IDENTIFIER(iter)
376Objects/iterobject.c:iter_reduce():PyId_iter                     _Py_IDENTIFIER(iter)
377Objects/listobject.c:listiter_reduce_general():PyId_iter         _Py_IDENTIFIER(iter)
378Objects/listobject.c:listiter_reduce_general():PyId_reversed     _Py_IDENTIFIER(reversed)
379Objects/longobject.c:PyId_big                                    _Py_IDENTIFIER(big)
380Objects/longobject.c:PyId_little                                 _Py_IDENTIFIER(little)
381Objects/methodobject.c:meth_get__qualname__():PyId___qualname__  _Py_IDENTIFIER(__qualname__)
382Objects/methodobject.c:meth_reduce():PyId_getattr                _Py_IDENTIFIER(getattr)
383Objects/moduleobject.c:PyModule_GetFilenameObject():PyId___file__ _Py_IDENTIFIER(__file__)
384Objects/moduleobject.c:PyModule_GetNameObject():PyId___name__    _Py_IDENTIFIER(__name__)
385Objects/moduleobject.c:PyModule_SetDocString():PyId___doc__      _Py_IDENTIFIER(__doc__)
386Objects/moduleobject.c:_PyModuleSpec_IsInitializing():PyId__initializing _Py_IDENTIFIER(_initializing)
387Objects/moduleobject.c:module_dir():PyId___dict__                _Py_IDENTIFIER(__dict__)
388Objects/moduleobject.c:module_dir():PyId___dir__                 _Py_IDENTIFIER(__dir__)
389Objects/moduleobject.c:module_getattro():PyId___getattr__        _Py_IDENTIFIER(__getattr__)
390Objects/moduleobject.c:module_getattro():PyId___name__           _Py_IDENTIFIER(__name__)
391Objects/moduleobject.c:module_getattro():PyId___spec__           _Py_IDENTIFIER(__spec__)
392Objects/moduleobject.c:module_init_dict():PyId___doc__           _Py_IDENTIFIER(__doc__)
393Objects/moduleobject.c:module_init_dict():PyId___loader__        _Py_IDENTIFIER(__loader__)
394Objects/moduleobject.c:module_init_dict():PyId___name__          _Py_IDENTIFIER(__name__)
395Objects/moduleobject.c:module_init_dict():PyId___package__       _Py_IDENTIFIER(__package__)
396Objects/moduleobject.c:module_init_dict():PyId___spec__          _Py_IDENTIFIER(__spec__)
397Objects/object.c:PyId_Py_Repr                                    _Py_IDENTIFIER(Py_Repr)
398Objects/object.c:PyId___bytes__                                  _Py_IDENTIFIER(__bytes__)
399Objects/object.c:PyId___dir__                                    _Py_IDENTIFIER(__dir__)
400Objects/object.c:PyId___isabstractmethod__                       _Py_IDENTIFIER(__isabstractmethod__)
401Objects/odictobject.c:mutablemapping_update():PyId_items         _Py_IDENTIFIER(items)
402Objects/odictobject.c:mutablemapping_update():PyId_keys          _Py_IDENTIFIER(keys)
403Objects/odictobject.c:odict_reduce():PyId___dict__               _Py_IDENTIFIER(__dict__)
404Objects/odictobject.c:odict_reduce():PyId_items                  _Py_IDENTIFIER(items)
405Objects/odictobject.c:odict_repr():PyId_items                    _Py_IDENTIFIER(items)
406Objects/odictobject.c:odictiter_reduce():PyId_iter               _Py_IDENTIFIER(iter)
407Objects/rangeobject.c:longrangeiter_reduce():PyId_iter           _Py_IDENTIFIER(iter)
408Objects/rangeobject.c:rangeiter_reduce():PyId_iter               _Py_IDENTIFIER(iter)
409Objects/setobject.c:set_reduce():PyId___dict__                   _Py_IDENTIFIER(__dict__)
410Objects/setobject.c:setiter_reduce():PyId_iter                   _Py_IDENTIFIER(iter)
411Objects/structseq.c:PyId_n_fields                                _Py_IDENTIFIER(n_fields)
412Objects/structseq.c:PyId_n_sequence_fields                       _Py_IDENTIFIER(n_sequence_fields)
413Objects/structseq.c:PyId_n_unnamed_fields                        _Py_IDENTIFIER(n_unnamed_fields)
414Objects/tupleobject.c:tupleiter_reduce():PyId_iter               _Py_IDENTIFIER(iter)
415Objects/typeobject.c:PyId___abstractmethods__                    _Py_IDENTIFIER(__abstractmethods__)
416Objects/typeobject.c:PyId___class__                              _Py_IDENTIFIER(__class__)
417Objects/typeobject.c:PyId___class_getitem__                      _Py_IDENTIFIER(__class_getitem__)
418Objects/typeobject.c:PyId___delitem__                            _Py_IDENTIFIER(__delitem__)
419Objects/typeobject.c:PyId___dict__                               _Py_IDENTIFIER(__dict__)
420Objects/typeobject.c:PyId___doc__                                _Py_IDENTIFIER(__doc__)
421Objects/typeobject.c:PyId___getattribute__                       _Py_IDENTIFIER(__getattribute__)
422Objects/typeobject.c:PyId___getitem__                            _Py_IDENTIFIER(__getitem__)
423Objects/typeobject.c:PyId___hash__                               _Py_IDENTIFIER(__hash__)
424Objects/typeobject.c:PyId___init_subclass__                      _Py_IDENTIFIER(__init_subclass__)
425Objects/typeobject.c:PyId___len__                                _Py_IDENTIFIER(__len__)
426Objects/typeobject.c:PyId___module__                             _Py_IDENTIFIER(__module__)
427Objects/typeobject.c:PyId___name__                               _Py_IDENTIFIER(__name__)
428Objects/typeobject.c:PyId___new__                                _Py_IDENTIFIER(__new__)
429Objects/typeobject.c:PyId___set_name__                           _Py_IDENTIFIER(__set_name__)
430Objects/typeobject.c:PyId___setitem__                            _Py_IDENTIFIER(__setitem__)
431Objects/typeobject.c:PyId_builtins                               _Py_IDENTIFIER(builtins)
432Objects/typeobject.c:_PyObject_GetItemsIter():PyId_items         _Py_IDENTIFIER(items)
433Objects/typeobject.c:_PyObject_GetNewArguments():PyId___getnewargs__ _Py_IDENTIFIER(__getnewargs__)
434Objects/typeobject.c:_PyObject_GetNewArguments():PyId___getnewargs_ex__ _Py_IDENTIFIER(__getnewargs_ex__)
435Objects/typeobject.c:_PyObject_GetState():PyId___getstate__      _Py_IDENTIFIER(__getstate__)
436Objects/typeobject.c:_PyType_GetSlotNames():PyId___slotnames__   _Py_IDENTIFIER(__slotnames__)
437Objects/typeobject.c:_PyType_GetSlotNames():PyId__slotnames      _Py_IDENTIFIER(_slotnames)
438Objects/typeobject.c:import_copyreg():PyId_copyreg               _Py_IDENTIFIER(copyreg)
439Objects/typeobject.c:merge_class_dict():PyId___bases__           _Py_IDENTIFIER(__bases__)
440Objects/typeobject.c:mro_invoke():PyId_mro                       _Py_IDENTIFIER(mro)
441Objects/typeobject.c:object___reduce_ex___impl():PyId___reduce__ _Py_IDENTIFIER(__reduce__)
442Objects/typeobject.c:overrides_hash():PyId___eq__                _Py_IDENTIFIER(__eq__)
443Objects/typeobject.c:reduce_newobj():PyId___newobj__             _Py_IDENTIFIER(__newobj__)
444Objects/typeobject.c:reduce_newobj():PyId___newobj_ex__          _Py_IDENTIFIER(__newobj_ex__)
445Objects/typeobject.c:slot_am_aiter():PyId___aiter__              _Py_IDENTIFIER(__aiter__)
446Objects/typeobject.c:slot_am_anext():PyId___anext__              _Py_IDENTIFIER(__anext__)
447Objects/typeobject.c:slot_am_await():PyId___await__              _Py_IDENTIFIER(__await__)
448Objects/typeobject.c:slot_nb_bool():PyId___bool__                _Py_IDENTIFIER(__bool__)
449Objects/typeobject.c:slot_nb_index():PyId___index__              _Py_IDENTIFIER(__index__)
450Objects/typeobject.c:slot_nb_inplace_power():PyId___ipow__       _Py_IDENTIFIER(__ipow__)
451Objects/typeobject.c:slot_nb_power():PyId___pow__                _Py_IDENTIFIER(__pow__)
452Objects/typeobject.c:slot_sq_contains():PyId___contains__        _Py_IDENTIFIER(__contains__)
453Objects/typeobject.c:slot_tp_call():PyId___call__                _Py_IDENTIFIER(__call__)
454Objects/typeobject.c:slot_tp_descr_get():PyId___get__            _Py_IDENTIFIER(__get__)
455Objects/typeobject.c:slot_tp_descr_set():PyId___delete__         _Py_IDENTIFIER(__delete__)
456Objects/typeobject.c:slot_tp_descr_set():PyId___set__            _Py_IDENTIFIER(__set__)
457Objects/typeobject.c:slot_tp_finalize():PyId___del__             _Py_IDENTIFIER(__del__)
458Objects/typeobject.c:slot_tp_getattr_hook():PyId___getattr__     _Py_IDENTIFIER(__getattr__)
459Objects/typeobject.c:slot_tp_init():PyId___init__                _Py_IDENTIFIER(__init__)
460Objects/typeobject.c:slot_tp_iter():PyId___iter__                _Py_IDENTIFIER(__iter__)
461Objects/typeobject.c:slot_tp_iternext():PyId___next__            _Py_IDENTIFIER(__next__)
462Objects/typeobject.c:slot_tp_repr():PyId___repr__                _Py_IDENTIFIER(__repr__)
463Objects/typeobject.c:slot_tp_setattro():PyId___delattr__         _Py_IDENTIFIER(__delattr__)
464Objects/typeobject.c:slot_tp_setattro():PyId___setattr__         _Py_IDENTIFIER(__setattr__)
465Objects/typeobject.c:type_mro_modified():PyId_mro                _Py_IDENTIFIER(mro)
466Objects/typeobject.c:type_new():PyId___classcell__               _Py_IDENTIFIER(__classcell__)
467Objects/typeobject.c:type_new():PyId___mro_entries__             _Py_IDENTIFIER(__mro_entries__)
468Objects/typeobject.c:type_new():PyId___qualname__                _Py_IDENTIFIER(__qualname__)
469Objects/typeobject.c:type_new():PyId___slots__                   _Py_IDENTIFIER(__slots__)
470Objects/unicodeobject.c:unicodeiter_reduce():PyId_iter           _Py_IDENTIFIER(iter)
471Objects/weakrefobject.c:proxy_bytes():PyId___bytes__             _Py_IDENTIFIER(__bytes__)
472Objects/weakrefobject.c:weakref_repr():PyId___name__             _Py_IDENTIFIER(__name__)
473Parser/tokenizer.c:fp_setreadl():PyId_open                       _Py_IDENTIFIER(open)
474Parser/tokenizer.c:fp_setreadl():PyId_readline                   _Py_IDENTIFIER(readline)
475Python/Python-ast.c:ast_type_reduce():PyId___dict__              _Py_IDENTIFIER(__dict__)
476Python/Python-ast.c:make_type():PyId___module__                  _Py_IDENTIFIER(__module__)
477Python/_warnings.c:PyId_stderr                                   _Py_IDENTIFIER(stderr)
478Python/_warnings.c:_PyErr_WarnUnawaitedCoroutine():PyId__warn_unawaited_coroutine _Py_IDENTIFIER(_warn_unawaited_coroutine)
479Python/_warnings.c:already_warned():PyId_version                 _Py_IDENTIFIER(version)
480Python/_warnings.c:call_show_warning():PyId_WarningMessage       _Py_IDENTIFIER(WarningMessage)
481Python/_warnings.c:call_show_warning():PyId__showwarnmsg         _Py_IDENTIFIER(_showwarnmsg)
482Python/_warnings.c:check_matched():PyId_match                    _Py_IDENTIFIER(match)
483Python/_warnings.c:get_default_action():PyId_defaultaction       _Py_IDENTIFIER(defaultaction)
484Python/_warnings.c:get_filter():PyId_filters                     _Py_IDENTIFIER(filters)
485Python/_warnings.c:get_once_registry():PyId_onceregistry         _Py_IDENTIFIER(onceregistry)
486Python/_warnings.c:get_source_line():PyId___loader__             _Py_IDENTIFIER(__loader__)
487Python/_warnings.c:get_source_line():PyId___name__               _Py_IDENTIFIER(__name__)
488Python/_warnings.c:get_source_line():PyId_get_source             _Py_IDENTIFIER(get_source)
489Python/_warnings.c:get_warnings_attr():PyId_warnings             _Py_IDENTIFIER(warnings)
490Python/_warnings.c:setup_context():PyId___name__                 _Py_IDENTIFIER(__name__)
491Python/_warnings.c:setup_context():PyId___warningregistry__      _Py_IDENTIFIER(__warningregistry__)
492Python/_warnings.c:show_warning():PyId___name__                  _Py_IDENTIFIER(__name__)
493Python/bltinmodule.c:PyId___builtins__                           _Py_IDENTIFIER(__builtins__)
494Python/bltinmodule.c:PyId___dict__                               _Py_IDENTIFIER(__dict__)
495Python/bltinmodule.c:PyId___mro_entries__                        _Py_IDENTIFIER(__mro_entries__)
496Python/bltinmodule.c:PyId___prepare__                            _Py_IDENTIFIER(__prepare__)
497Python/bltinmodule.c:PyId___round__                              _Py_IDENTIFIER(__round__)
498Python/bltinmodule.c:PyId_encoding                               _Py_IDENTIFIER(encoding)
499Python/bltinmodule.c:PyId_errors                                 _Py_IDENTIFIER(errors)
500Python/bltinmodule.c:PyId_fileno                                 _Py_IDENTIFIER(fileno)
501Python/bltinmodule.c:PyId_flush                                  _Py_IDENTIFIER(flush)
502Python/bltinmodule.c:PyId_metaclass                              _Py_IDENTIFIER(metaclass)
503Python/bltinmodule.c:PyId_sort                                   _Py_IDENTIFIER(sort)
504Python/bltinmodule.c:PyId_stderr                                 _Py_IDENTIFIER(stderr)
505Python/bltinmodule.c:PyId_stdin                                  _Py_IDENTIFIER(stdin)
506Python/bltinmodule.c:PyId_stdout                                 _Py_IDENTIFIER(stdout)
507Python/ceval.c:_PyEval_EvalFrameDefault():PyId___aenter__        _Py_IDENTIFIER(__aenter__)
508Python/ceval.c:_PyEval_EvalFrameDefault():PyId___aexit__         _Py_IDENTIFIER(__aexit__)
509Python/ceval.c:_PyEval_EvalFrameDefault():PyId___annotations__   _Py_IDENTIFIER(__annotations__)
510Python/ceval.c:_PyEval_EvalFrameDefault():PyId___build_class__   _Py_IDENTIFIER(__build_class__)
511Python/ceval.c:_PyEval_EvalFrameDefault():PyId___enter__         _Py_IDENTIFIER(__enter__)
512Python/ceval.c:_PyEval_EvalFrameDefault():PyId___exit__          _Py_IDENTIFIER(__exit__)
513Python/ceval.c:_PyEval_EvalFrameDefault():PyId___ltrace__        _Py_IDENTIFIER(__ltrace__)
514Python/ceval.c:_PyEval_EvalFrameDefault():PyId_displayhook       _Py_IDENTIFIER(displayhook)
515Python/ceval.c:_PyEval_EvalFrameDefault():PyId_send              _Py_IDENTIFIER(send)
516Python/ceval.c:import_all_from():PyId___all__                    _Py_IDENTIFIER(__all__)
517Python/ceval.c:import_all_from():PyId___dict__                   _Py_IDENTIFIER(__dict__)
518Python/ceval.c:import_all_from():PyId___name__                   _Py_IDENTIFIER(__name__)
519Python/ceval.c:import_from():PyId___name__                       _Py_IDENTIFIER(__name__)
520Python/ceval.c:import_name():PyId___import__                     _Py_IDENTIFIER(__import__)
521Python/codecs.c:_PyCodec_LookupTextEncoding():PyId__is_text_encoding _Py_IDENTIFIER(_is_text_encoding)
522Python/compile.c:compiler_enter_scope():PyId___class__           _Py_IDENTIFIER(__class__)
523Python/errors.c:PyId_builtins                                    _Py_IDENTIFIER(builtins)
524Python/errors.c:PyId_flush                                       _Py_IDENTIFIER(flush)
525Python/errors.c:PyId_stderr                                      _Py_IDENTIFIER(stderr)
526Python/errors.c:PyErr_NewException():PyId___module__             _Py_IDENTIFIER(__module__)
527Python/errors.c:PyErr_SyntaxLocationObject():PyId_filename       _Py_IDENTIFIER(filename)
528Python/errors.c:PyErr_SyntaxLocationObject():PyId_lineno         _Py_IDENTIFIER(lineno)
529Python/errors.c:PyErr_SyntaxLocationObject():PyId_msg            _Py_IDENTIFIER(msg)
530Python/errors.c:PyErr_SyntaxLocationObject():PyId_offset         _Py_IDENTIFIER(offset)
531Python/errors.c:PyErr_SyntaxLocationObject():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and_line)
532Python/errors.c:PyErr_SyntaxLocationObject():PyId_text           _Py_IDENTIFIER(text)
533Python/errors.c:_PyErr_WriteUnraisableMsg():PyId_unraisablehook  _Py_IDENTIFIER(unraisablehook)
534Python/import.c:PyImport_Cleanup():PyId_clear                    _Py_IDENTIFIER(clear)
535Python/import.c:PyImport_ExecCodeModuleObject():PyId__fix_up_module _Py_IDENTIFIER(_fix_up_module)
536Python/import.c:PyImport_ExecCodeModuleWithPathnames():PyId__get_sourcefile _Py_IDENTIFIER(_get_sourcefile)
537Python/import.c:PyImport_ImportModuleLevelObject():PyId___path__ _Py_IDENTIFIER(__path__)
538Python/import.c:PyImport_ImportModuleLevelObject():PyId___spec__ _Py_IDENTIFIER(__spec__)
539Python/import.c:PyImport_ImportModuleLevelObject():PyId__handle_fromlist _Py_IDENTIFIER(_handle_fromlist)
540Python/import.c:PyImport_ImportModuleLevelObject():PyId__lock_unlock_module _Py_IDENTIFIER(_lock_unlock_module)
541Python/import.c:PyImport_ReloadModule():PyId_imp                 _Py_IDENTIFIER(imp)
542Python/import.c:PyImport_ReloadModule():PyId_reload              _Py_IDENTIFIER(reload)
543Python/import.c:_PyImportZip_Init():PyId_zipimporter             _Py_IDENTIFIER(zipimporter)
544Python/import.c:import_find_and_load():PyId__find_and_load       _Py_IDENTIFIER(_find_and_load)
545Python/import.c:module_dict_for_exec():PyId___builtins__         _Py_IDENTIFIER(__builtins__)
546Python/import.c:resolve_name():PyId___name__                     _Py_IDENTIFIER(__name__)
547Python/import.c:resolve_name():PyId___package__                  _Py_IDENTIFIER(__package__)
548Python/import.c:resolve_name():PyId___path__                     _Py_IDENTIFIER(__path__)
549Python/import.c:resolve_name():PyId___spec__                     _Py_IDENTIFIER(__spec__)
550Python/import.c:resolve_name():PyId_parent                       _Py_IDENTIFIER(parent)
551Python/importdl.c:get_encoded_name():PyId_replace                _Py_IDENTIFIER(replace)
552Python/marshal.c:marshal_dump_impl():PyId_write                  _Py_IDENTIFIER(write)
553Python/marshal.c:marshal_load():PyId_read                        _Py_IDENTIFIER(read)
554Python/marshal.c:r_string():PyId_readinto                        _Py_IDENTIFIER(readinto)
555Python/pylifecycle.c:PyId_flush                                  _Py_IDENTIFIER(flush)
556Python/pylifecycle.c:PyId_name                                   _Py_IDENTIFIER(name)
557Python/pylifecycle.c:PyId_stderr                                 _Py_IDENTIFIER(stderr)
558Python/pylifecycle.c:PyId_stdin                                  _Py_IDENTIFIER(stdin)
559Python/pylifecycle.c:PyId_stdout                                 _Py_IDENTIFIER(stdout)
560Python/pylifecycle.c:PyId_threading                              _Py_IDENTIFIER(threading)
561Python/pylifecycle.c:create_stdio():PyId_TextIOWrapper           _Py_IDENTIFIER(TextIOWrapper)
562Python/pylifecycle.c:create_stdio():PyId_isatty                  _Py_IDENTIFIER(isatty)
563Python/pylifecycle.c:create_stdio():PyId_mode                    _Py_IDENTIFIER(mode)
564Python/pylifecycle.c:create_stdio():PyId_open                    _Py_IDENTIFIER(open)
565Python/pylifecycle.c:create_stdio():PyId_raw                     _Py_IDENTIFIER(raw)
566Python/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown   _Py_IDENTIFIER(_shutdown)
567Python/pythonrun.c:PyId_builtins                                 _Py_IDENTIFIER(builtins)
568Python/pythonrun.c:PyId_excepthook                               _Py_IDENTIFIER(excepthook)
569Python/pythonrun.c:PyId_flush                                    _Py_IDENTIFIER(flush)
570Python/pythonrun.c:PyId_last_traceback                           _Py_IDENTIFIER(last_traceback)
571Python/pythonrun.c:PyId_last_type                                _Py_IDENTIFIER(last_type)
572Python/pythonrun.c:PyId_last_value                               _Py_IDENTIFIER(last_value)
573Python/pythonrun.c:PyId_ps1                                      _Py_IDENTIFIER(ps1)
574Python/pythonrun.c:PyId_ps2                                      _Py_IDENTIFIER(ps2)
575Python/pythonrun.c:PyId_stderr                                   _Py_IDENTIFIER(stderr)
576Python/pythonrun.c:PyId_stdin                                    _Py_IDENTIFIER(stdin)
577Python/pythonrun.c:PyId_stdout                                   _Py_IDENTIFIER(stdout)
578Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__  _Py_IDENTIFIER(__main__)
579Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding  _Py_IDENTIFIER(encoding)
580Python/pythonrun.c:_Py_HandleSystemExit():PyId_code              _Py_IDENTIFIER(code)
581Python/pythonrun.c:parse_syntax_error():PyId_filename            _Py_IDENTIFIER(filename)
582Python/pythonrun.c:parse_syntax_error():PyId_lineno              _Py_IDENTIFIER(lineno)
583Python/pythonrun.c:parse_syntax_error():PyId_msg                 _Py_IDENTIFIER(msg)
584Python/pythonrun.c:parse_syntax_error():PyId_offset              _Py_IDENTIFIER(offset)
585Python/pythonrun.c:parse_syntax_error():PyId_text                _Py_IDENTIFIER(text)
586Python/pythonrun.c:print_exception():PyId___module__             _Py_IDENTIFIER(__module__)
587Python/pythonrun.c:print_exception():PyId_print_file_and_line    _Py_IDENTIFIER(print_file_and_line)
588Python/sysmodule.c:PyId__                                        _Py_IDENTIFIER(_)
589Python/sysmodule.c:PyId___sizeof__                               _Py_IDENTIFIER(__sizeof__)
590Python/sysmodule.c:PyId__xoptions                                _Py_IDENTIFIER(_xoptions)
591Python/sysmodule.c:PyId_buffer                                   _Py_IDENTIFIER(buffer)
592Python/sysmodule.c:PyId_builtins                                 _Py_IDENTIFIER(builtins)
593Python/sysmodule.c:PyId_encoding                                 _Py_IDENTIFIER(encoding)
594Python/sysmodule.c:PyId_path                                     _Py_IDENTIFIER(path)
595Python/sysmodule.c:PyId_stderr                                   _Py_IDENTIFIER(stderr)
596Python/sysmodule.c:PyId_stdout                                   _Py_IDENTIFIER(stdout)
597Python/sysmodule.c:PyId_warnoptions                              _Py_IDENTIFIER(warnoptions)
598Python/sysmodule.c:PyId_write                                    _Py_IDENTIFIER(write)
599Python/traceback.c:PyId_TextIOWrapper                            _Py_IDENTIFIER(TextIOWrapper)
600Python/traceback.c:PyId_close                                    _Py_IDENTIFIER(close)
601Python/traceback.c:PyId_open                                     _Py_IDENTIFIER(open)
602Python/traceback.c:PyId_path                                     _Py_IDENTIFIER(path)
603Objects/typeobject.c:name_op                                     static _Py_Identifier name_op[]
604Objects/unicodeobject.c:static_strings                           static _Py_Identifier *static_strings
605
606
607# PyTypeObject (311)
608Modules/_abc.c:_abc_data_type                                    static PyTypeObject _abc_data_type
609Modules/_blake2/blake2b_impl.c:PyBlake2_BLAKE2bType              PyTypeObject PyBlake2_BLAKE2bType
610Modules/_blake2/blake2s_impl.c:PyBlake2_BLAKE2sType              PyTypeObject PyBlake2_BLAKE2sType
611Modules/_collectionsmodule.c:defdict_type                        static PyTypeObject defdict_type
612Modules/_collectionsmodule.c:deque_type                          static PyTypeObject deque_type
613Modules/_collectionsmodule.c:dequeiter_type                      static PyTypeObject dequeiter_type
614Modules/_collectionsmodule.c:dequereviter_type                   static PyTypeObject dequereviter_type
615Modules/_collectionsmodule.c:tuplegetter_type                    static PyTypeObject tuplegetter_type
616Modules/_functoolsmodule.c:keyobject_type                        static PyTypeObject keyobject_type
617Modules/_functoolsmodule.c:lru_cache_type                        static PyTypeObject lru_cache_type
618Modules/_functoolsmodule.c:lru_list_elem_type                    static PyTypeObject lru_list_elem_type
619Modules/_functoolsmodule.c:partial_type                          static PyTypeObject partial_type
620Modules/_io/bufferedio.c:PyBufferedIOBase_Type                   PyTypeObject PyBufferedIOBase_Type
621Modules/_io/bufferedio.c:PyBufferedRWPair_Type                   PyTypeObject PyBufferedRWPair_Type
622Modules/_io/bufferedio.c:PyBufferedRandom_Type                   PyTypeObject PyBufferedRandom_Type
623Modules/_io/bufferedio.c:PyBufferedReader_Type                   PyTypeObject PyBufferedReader_Type
624Modules/_io/bufferedio.c:PyBufferedWriter_Type                   PyTypeObject PyBufferedWriter_Type
625Modules/_io/bytesio.c:PyBytesIO_Type                             PyTypeObject PyBytesIO_Type
626Modules/_io/bytesio.c:_PyBytesIOBuffer_Type                      PyTypeObject _PyBytesIOBuffer_Type
627Modules/_io/fileio.c:PyFileIO_Type                               PyTypeObject PyFileIO_Type
628Modules/_io/iobase.c:PyIOBase_Type                               PyTypeObject PyIOBase_Type
629Modules/_io/iobase.c:PyRawIOBase_Type                            PyTypeObject PyRawIOBase_Type
630Modules/_io/stringio.c:PyStringIO_Type                           PyTypeObject PyStringIO_Type
631Modules/_io/textio.c:PyIncrementalNewlineDecoder_Type            PyTypeObject PyIncrementalNewlineDecoder_Type
632Modules/_io/textio.c:PyTextIOBase_Type                           PyTypeObject PyTextIOBase_Type
633Modules/_io/textio.c:PyTextIOWrapper_Type                        PyTypeObject PyTextIOWrapper_Type
634Modules/_operator.c:attrgetter_type                              static PyTypeObject attrgetter_type
635Modules/_operator.c:itemgetter_type                              static PyTypeObject itemgetter_type
636Modules/_operator.c:methodcaller_type                            static PyTypeObject methodcaller_type
637Modules/_sre.c:Match_Type                                        static PyTypeObject Match_Type
638Modules/_sre.c:Pattern_Type                                      static PyTypeObject Pattern_Type
639Modules/_sre.c:Scanner_Type                                      static PyTypeObject Scanner_Type
640Modules/_threadmodule.c:ExceptHookArgsType                       static PyTypeObject ExceptHookArgsType
641Modules/_threadmodule.c:Locktype                                 static PyTypeObject Locktype
642Modules/_threadmodule.c:RLocktype                                static PyTypeObject RLocktype
643Modules/_threadmodule.c:localdummytype                           static PyTypeObject localdummytype
644Modules/_threadmodule.c:localtype                                static PyTypeObject localtype
645Modules/itertoolsmodule.c:_grouper_type                          static PyTypeObject _grouper_type
646Modules/itertoolsmodule.c:accumulate_type                        static PyTypeObject accumulate_type
647Modules/itertoolsmodule.c:chain_type                             static PyTypeObject chain_type
648Modules/itertoolsmodule.c:combinations_type                      static PyTypeObject combinations_type
649Modules/itertoolsmodule.c:compress_type                          static PyTypeObject compress_type
650Modules/itertoolsmodule.c:count_type                             static PyTypeObject count_type
651Modules/itertoolsmodule.c:cwr_type                               static PyTypeObject cwr_type
652Modules/itertoolsmodule.c:cycle_type                             static PyTypeObject cycle_type
653Modules/itertoolsmodule.c:dropwhile_type                         static PyTypeObject dropwhile_type
654Modules/itertoolsmodule.c:filterfalse_type                       static PyTypeObject filterfalse_type
655Modules/itertoolsmodule.c:groupby_type                           static PyTypeObject groupby_type
656Modules/itertoolsmodule.c:islice_type                            static PyTypeObject islice_type
657Modules/itertoolsmodule.c:permutations_type                      static PyTypeObject permutations_type
658Modules/itertoolsmodule.c:product_type                           static PyTypeObject product_type
659Modules/itertoolsmodule.c:repeat_type                            static PyTypeObject repeat_type
660Modules/itertoolsmodule.c:starmap_type                           static PyTypeObject starmap_type
661Modules/itertoolsmodule.c:takewhile_type                         static PyTypeObject takewhile_type
662Modules/itertoolsmodule.c:tee_type                               static PyTypeObject tee_type
663Modules/itertoolsmodule.c:teedataobject_type                     static PyTypeObject teedataobject_type
664Modules/itertoolsmodule.c:ziplongest_type                        static PyTypeObject ziplongest_type
665Modules/posixmodule.c:DirEntryType                               static PyTypeObject DirEntryType
666Modules/posixmodule.c:ScandirIteratorType                        static PyTypeObject ScandirIteratorType
667Modules/posixmodule.c:SchedParamType                             static PyTypeObject* SchedParamType
668Modules/posixmodule.c:StatResultType                             static PyTypeObject* StatResultType
669Modules/posixmodule.c:StatVFSResultType                          static PyTypeObject* StatVFSResultType
670Modules/posixmodule.c:TerminalSizeType                           static PyTypeObject* TerminalSizeType
671Modules/posixmodule.c:TimesResultType                            static PyTypeObject* TimesResultType
672Modules/posixmodule.c:UnameResultType                            static PyTypeObject* UnameResultType
673Modules/posixmodule.c:WaitidResultType                           static PyTypeObject* WaitidResultType
674Modules/signalmodule.c:SiginfoType                               static PyTypeObject SiginfoType
675Modules/timemodule.c:StructTimeType                              static PyTypeObject StructTimeType
676Modules/xxsubtype.c:spamdict_type                                static PyTypeObject spamdict_type
677Modules/xxsubtype.c:spamlist_type                                static PyTypeObject spamlist_type
678Objects/boolobject.c:PyBool_Type                                 PyTypeObject PyBool_Type
679Objects/bytearrayobject.c:PyByteArrayIter_Type                   PyTypeObject PyByteArrayIter_Type
680Objects/bytearrayobject.c:PyByteArray_Type                       PyTypeObject PyByteArray_Type
681Objects/bytesobject.c:PyBytesIter_Type                           PyTypeObject PyBytesIter_Type
682Objects/bytesobject.c:PyBytes_Type                               PyTypeObject PyBytes_Type
683Objects/capsule.c:PyCapsule_Type                                 PyTypeObject PyCapsule_Type
684Objects/cellobject.c:PyCell_Type                                 PyTypeObject PyCell_Type
685Objects/classobject.c:PyInstanceMethod_Type                      PyTypeObject PyInstanceMethod_Type
686Objects/classobject.c:PyMethod_Type                              PyTypeObject PyMethod_Type
687Objects/codeobject.c:PyCode_Type                                 PyTypeObject PyCode_Type
688Objects/complexobject.c:PyComplex_Type                           PyTypeObject PyComplex_Type
689Objects/descrobject.c:PyClassMethodDescr_Type                    PyTypeObject PyClassMethodDescr_Type
690Objects/descrobject.c:PyDictProxy_Type                           PyTypeObject PyDictProxy_Type
691Objects/descrobject.c:PyGetSetDescr_Type                         PyTypeObject PyGetSetDescr_Type
692Objects/descrobject.c:PyMemberDescr_Type                         PyTypeObject PyMemberDescr_Type
693Objects/descrobject.c:PyMethodDescr_Type                         PyTypeObject PyMethodDescr_Type
694Objects/descrobject.c:PyProperty_Type                            PyTypeObject PyProperty_Type
695Objects/descrobject.c:PyWrapperDescr_Type                        PyTypeObject PyWrapperDescr_Type
696Objects/descrobject.c:_PyMethodWrapper_Type                      PyTypeObject _PyMethodWrapper_Type
697Objects/dictobject.c:PyDictItems_Type                            PyTypeObject PyDictItems_Type
698Objects/dictobject.c:PyDictIterItem_Type                         PyTypeObject PyDictIterItem_Type
699Objects/dictobject.c:PyDictIterKey_Type                          PyTypeObject PyDictIterKey_Type
700Objects/dictobject.c:PyDictIterValue_Type                        PyTypeObject PyDictIterValue_Type
701Objects/dictobject.c:PyDictKeys_Type                             PyTypeObject PyDictKeys_Type
702Objects/dictobject.c:PyDictRevIterItem_Type                      PyTypeObject PyDictRevIterItem_Type
703Objects/dictobject.c:PyDictRevIterKey_Type                       PyTypeObject PyDictRevIterKey_Type
704Objects/dictobject.c:PyDictRevIterValue_Type                     PyTypeObject PyDictRevIterValue_Type
705Objects/dictobject.c:PyDictValues_Type                           PyTypeObject PyDictValues_Type
706Objects/dictobject.c:PyDict_Type                                 PyTypeObject PyDict_Type
707Objects/enumobject.c:PyEnum_Type                                 PyTypeObject PyEnum_Type
708Objects/enumobject.c:PyReversed_Type                             PyTypeObject PyReversed_Type
709Objects/exceptions.c:PyExc_ArithmeticError                       static PyTypeObject PyExc_ArithmeticError
710Objects/exceptions.c:PyExc_AssertionError                        static PyTypeObject PyExc_AssertionError
711Objects/exceptions.c:PyExc_AttributeError                        static PyTypeObject PyExc_AttributeError
712Objects/exceptions.c:PyExc_BaseException                         static PyTypeObject PyExc_BaseException
713Objects/exceptions.c:PyExc_BlockingIOError                       static PyTypeObject PyExc_BlockingIOError
714Objects/exceptions.c:PyExc_BrokenPipeError                       static PyTypeObject PyExc_BrokenPipeError
715Objects/exceptions.c:PyExc_BufferError                           static PyTypeObject PyExc_BufferError
716Objects/exceptions.c:PyExc_BytesWarning                          static PyTypeObject PyExc_BytesWarning
717Objects/exceptions.c:PyExc_ChildProcessError                     static PyTypeObject PyExc_ChildProcessError
718Objects/exceptions.c:PyExc_ConnectionAbortedError                static PyTypeObject PyExc_ConnectionAbortedError
719Objects/exceptions.c:PyExc_ConnectionError                       static PyTypeObject PyExc_ConnectionError
720Objects/exceptions.c:PyExc_ConnectionRefusedError                static PyTypeObject PyExc_ConnectionRefusedError
721Objects/exceptions.c:PyExc_ConnectionResetError                  static PyTypeObject PyExc_ConnectionResetError
722Objects/exceptions.c:PyExc_DeprecationWarning                    static PyTypeObject PyExc_DeprecationWarning
723Objects/exceptions.c:PyExc_EOFError                              static PyTypeObject PyExc_EOFError
724Objects/exceptions.c:PyExc_EnvironmentError                      static PyTypeObject PyExc_EnvironmentError
725Objects/exceptions.c:PyExc_Exception                             static PyTypeObject PyExc_Exception
726Objects/exceptions.c:PyExc_FileExistsError                       static PyTypeObject PyExc_FileExistsError
727Objects/exceptions.c:PyExc_FileNotFoundError                     static PyTypeObject PyExc_FileNotFoundError
728Objects/exceptions.c:PyExc_FloatingPointError                    static PyTypeObject PyExc_FloatingPointError
729Objects/exceptions.c:PyExc_FutureWarning                         static PyTypeObject PyExc_FutureWarning
730Objects/exceptions.c:PyExc_GeneratorExit                         static PyTypeObject PyExc_GeneratorExit
731Objects/exceptions.c:PyExc_IOError                               static PyTypeObject PyExc_IOError
732Objects/exceptions.c:PyExc_ImportError                           static PyTypeObject PyExc_ImportError
733Objects/exceptions.c:PyExc_ImportWarning                         static PyTypeObject PyExc_ImportWarning
734Objects/exceptions.c:PyExc_IndentationError                      static PyTypeObject PyExc_IndentationError
735Objects/exceptions.c:PyExc_IndexError                            static PyTypeObject PyExc_IndexError
736Objects/exceptions.c:PyExc_InterruptedError                      static PyTypeObject PyExc_InterruptedError
737Objects/exceptions.c:PyExc_IsADirectoryError                     static PyTypeObject PyExc_IsADirectoryError
738Objects/exceptions.c:PyExc_KeyError                              static PyTypeObject PyExc_KeyError
739Objects/exceptions.c:PyExc_KeyboardInterrupt                     static PyTypeObject PyExc_KeyboardInterrupt
740Objects/exceptions.c:PyExc_LookupError                           static PyTypeObject PyExc_LookupError
741Objects/exceptions.c:PyExc_MemoryError                           static PyTypeObject PyExc_MemoryError
742Objects/exceptions.c:PyExc_ModuleNotFoundError                   static PyTypeObject PyExc_ModuleNotFoundError
743Objects/exceptions.c:PyExc_NameError                             static PyTypeObject PyExc_NameError
744Objects/exceptions.c:PyExc_NotADirectoryError                    static PyTypeObject PyExc_NotADirectoryError
745Objects/exceptions.c:PyExc_NotImplementedError                   static PyTypeObject PyExc_NotImplementedError
746Objects/exceptions.c:PyExc_OSError                               static PyTypeObject PyExc_OSError
747Objects/exceptions.c:PyExc_OverflowError                         static PyTypeObject PyExc_OverflowError
748Objects/exceptions.c:PyExc_PendingDeprecationWarning             static PyTypeObject PyExc_PendingDeprecationWarning
749Objects/exceptions.c:PyExc_PermissionError                       static PyTypeObject PyExc_PermissionError
750Objects/exceptions.c:PyExc_ProcessLookupError                    static PyTypeObject PyExc_ProcessLookupError
751Objects/exceptions.c:PyExc_RecursionError                        static PyTypeObject PyExc_RecursionError
752Objects/exceptions.c:PyExc_ReferenceError                        static PyTypeObject PyExc_ReferenceError
753Objects/exceptions.c:PyExc_ResourceWarning                       static PyTypeObject PyExc_ResourceWarning
754Objects/exceptions.c:PyExc_RuntimeError                          static PyTypeObject PyExc_RuntimeError
755Objects/exceptions.c:PyExc_RuntimeWarning                        static PyTypeObject PyExc_RuntimeWarning
756Objects/exceptions.c:PyExc_StopAsyncIteration                    static PyTypeObject PyExc_StopAsyncIteration
757Objects/exceptions.c:PyExc_StopIteration                         static PyTypeObject PyExc_StopIteration
758Objects/exceptions.c:PyExc_SyntaxError                           static PyTypeObject PyExc_SyntaxError
759Objects/exceptions.c:PyExc_SyntaxWarning                         static PyTypeObject PyExc_SyntaxWarning
760Objects/exceptions.c:PyExc_SystemError                           static PyTypeObject PyExc_SystemError
761Objects/exceptions.c:PyExc_SystemExit                            static PyTypeObject PyExc_SystemExit
762Objects/exceptions.c:PyExc_TabError                              static PyTypeObject PyExc_TabError
763Objects/exceptions.c:PyExc_TimeoutError                          static PyTypeObject PyExc_TimeoutError
764Objects/exceptions.c:PyExc_TypeError                             static PyTypeObject PyExc_TypeError
765Objects/exceptions.c:PyExc_UnboundLocalError                     static PyTypeObject PyExc_UnboundLocalError
766Objects/exceptions.c:PyExc_UnicodeDecodeError                    static PyTypeObject PyExc_UnicodeDecodeError
767Objects/exceptions.c:PyExc_UnicodeEncodeError                    static PyTypeObject PyExc_UnicodeEncodeError
768Objects/exceptions.c:PyExc_UnicodeError                          static PyTypeObject PyExc_UnicodeError
769Objects/exceptions.c:PyExc_UnicodeTranslateError                 static PyTypeObject PyExc_UnicodeTranslateError
770Objects/exceptions.c:PyExc_UnicodeWarning                        static PyTypeObject PyExc_UnicodeWarning
771Objects/exceptions.c:PyExc_UserWarning                           static PyTypeObject PyExc_UserWarning
772Objects/exceptions.c:PyExc_ValueError                            static PyTypeObject PyExc_ValueError
773Objects/exceptions.c:PyExc_Warning                               static PyTypeObject PyExc_Warning
774Objects/exceptions.c:PyExc_ZeroDivisionError                     static PyTypeObject PyExc_ZeroDivisionError
775Objects/exceptions.c:_PyExc_ArithmeticError                      static PyTypeObject _PyExc_ArithmeticError
776Objects/exceptions.c:_PyExc_AssertionError                       static PyTypeObject _PyExc_AssertionError
777Objects/exceptions.c:_PyExc_AttributeError                       static PyTypeObject _PyExc_AttributeError
778Objects/exceptions.c:_PyExc_BaseException                        static PyTypeObject _PyExc_BaseException
779Objects/exceptions.c:_PyExc_BlockingIOError                      static PyTypeObject _PyExc_BlockingIOError
780Objects/exceptions.c:_PyExc_BrokenPipeError                      static PyTypeObject _PyExc_BrokenPipeError
781Objects/exceptions.c:_PyExc_BufferError                          static PyTypeObject _PyExc_BufferError
782Objects/exceptions.c:_PyExc_BytesWarning                         static PyTypeObject _PyExc_BytesWarning
783Objects/exceptions.c:_PyExc_ChildProcessError                    static PyTypeObject _PyExc_ChildProcessError
784Objects/exceptions.c:_PyExc_ConnectionAbortedError               static PyTypeObject _PyExc_ConnectionAbortedError
785Objects/exceptions.c:_PyExc_ConnectionError                      static PyTypeObject _PyExc_ConnectionError
786Objects/exceptions.c:_PyExc_ConnectionRefusedError               static PyTypeObject _PyExc_ConnectionRefusedError
787Objects/exceptions.c:_PyExc_ConnectionResetError                 static PyTypeObject _PyExc_ConnectionResetError
788Objects/exceptions.c:_PyExc_DeprecationWarning                   static PyTypeObject _PyExc_DeprecationWarning
789Objects/exceptions.c:_PyExc_EOFError                             static PyTypeObject _PyExc_EOFError
790Objects/exceptions.c:_PyExc_Exception                            static PyTypeObject _PyExc_Exception
791Objects/exceptions.c:_PyExc_FileExistsError                      static PyTypeObject _PyExc_FileExistsError
792Objects/exceptions.c:_PyExc_FileNotFoundError                    static PyTypeObject _PyExc_FileNotFoundError
793Objects/exceptions.c:_PyExc_FloatingPointError                   static PyTypeObject _PyExc_FloatingPointError
794Objects/exceptions.c:_PyExc_FutureWarning                        static PyTypeObject _PyExc_FutureWarning
795Objects/exceptions.c:_PyExc_GeneratorExit                        static PyTypeObject _PyExc_GeneratorExit
796Objects/exceptions.c:_PyExc_ImportError                          static PyTypeObject _PyExc_ImportError
797Objects/exceptions.c:_PyExc_ImportWarning                        static PyTypeObject _PyExc_ImportWarning
798Objects/exceptions.c:_PyExc_IndentationError                     static PyTypeObject _PyExc_IndentationError
799Objects/exceptions.c:_PyExc_IndexError                           static PyTypeObject _PyExc_IndexError
800Objects/exceptions.c:_PyExc_InterruptedError                     static PyTypeObject _PyExc_InterruptedError
801Objects/exceptions.c:_PyExc_IsADirectoryError                    static PyTypeObject _PyExc_IsADirectoryError
802Objects/exceptions.c:_PyExc_KeyError                             static PyTypeObject _PyExc_KeyError
803Objects/exceptions.c:_PyExc_KeyboardInterrupt                    static PyTypeObject _PyExc_KeyboardInterrupt
804Objects/exceptions.c:_PyExc_LookupError                          static PyTypeObject _PyExc_LookupError
805Objects/exceptions.c:_PyExc_MemoryError                          static PyTypeObject _PyExc_MemoryError
806Objects/exceptions.c:_PyExc_ModuleNotFoundError                  static PyTypeObject _PyExc_ModuleNotFoundError
807Objects/exceptions.c:_PyExc_NameError                            static PyTypeObject _PyExc_NameError
808Objects/exceptions.c:_PyExc_NotADirectoryError                   static PyTypeObject _PyExc_NotADirectoryError
809Objects/exceptions.c:_PyExc_NotImplementedError                  static PyTypeObject _PyExc_NotImplementedError
810Objects/exceptions.c:_PyExc_OSError                              static PyTypeObject _PyExc_OSError
811Objects/exceptions.c:_PyExc_OverflowError                        static PyTypeObject _PyExc_OverflowError
812Objects/exceptions.c:_PyExc_PendingDeprecationWarning            static PyTypeObject _PyExc_PendingDeprecationWarning
813Objects/exceptions.c:_PyExc_PermissionError                      static PyTypeObject _PyExc_PermissionError
814Objects/exceptions.c:_PyExc_ProcessLookupError                   static PyTypeObject _PyExc_ProcessLookupError
815Objects/exceptions.c:_PyExc_RecursionError                       static PyTypeObject _PyExc_RecursionError
816Objects/exceptions.c:_PyExc_ReferenceError                       static PyTypeObject _PyExc_ReferenceError
817Objects/exceptions.c:_PyExc_ResourceWarning                      static PyTypeObject _PyExc_ResourceWarning
818Objects/exceptions.c:_PyExc_RuntimeError                         static PyTypeObject _PyExc_RuntimeError
819Objects/exceptions.c:_PyExc_RuntimeWarning                       static PyTypeObject _PyExc_RuntimeWarning
820Objects/exceptions.c:_PyExc_StopAsyncIteration                   static PyTypeObject _PyExc_StopAsyncIteration
821Objects/exceptions.c:_PyExc_StopIteration                        static PyTypeObject _PyExc_StopIteration
822Objects/exceptions.c:_PyExc_SyntaxError                          static PyTypeObject _PyExc_SyntaxError
823Objects/exceptions.c:_PyExc_SyntaxWarning                        static PyTypeObject _PyExc_SyntaxWarning
824Objects/exceptions.c:_PyExc_SystemError                          static PyTypeObject _PyExc_SystemError
825Objects/exceptions.c:_PyExc_SystemExit                           static PyTypeObject _PyExc_SystemExit
826Objects/exceptions.c:_PyExc_TabError                             static PyTypeObject _PyExc_TabError
827Objects/exceptions.c:_PyExc_TimeoutError                         static PyTypeObject _PyExc_TimeoutError
828Objects/exceptions.c:_PyExc_TypeError                            static PyTypeObject _PyExc_TypeError
829Objects/exceptions.c:_PyExc_UnboundLocalError                    static PyTypeObject _PyExc_UnboundLocalError
830Objects/exceptions.c:_PyExc_UnicodeDecodeError                   static PyTypeObject _PyExc_UnicodeDecodeError
831Objects/exceptions.c:_PyExc_UnicodeEncodeError                   static PyTypeObject _PyExc_UnicodeEncodeError
832Objects/exceptions.c:_PyExc_UnicodeError                         static PyTypeObject _PyExc_UnicodeError
833Objects/exceptions.c:_PyExc_UnicodeTranslateError                static PyTypeObject _PyExc_UnicodeTranslateError
834Objects/exceptions.c:_PyExc_UnicodeWarning                       static PyTypeObject _PyExc_UnicodeWarning
835Objects/exceptions.c:_PyExc_UserWarning                          static PyTypeObject _PyExc_UserWarning
836Objects/exceptions.c:_PyExc_ValueError                           static PyTypeObject _PyExc_ValueError
837Objects/exceptions.c:_PyExc_Warning                              static PyTypeObject _PyExc_Warning
838Objects/exceptions.c:_PyExc_ZeroDivisionError                    static PyTypeObject _PyExc_ZeroDivisionError
839Objects/fileobject.c:PyStdPrinter_Type                           PyTypeObject PyStdPrinter_Type
840Objects/floatobject.c:FloatInfoType                              static PyTypeObject FloatInfoType
841Objects/floatobject.c:PyFloat_Type                               PyTypeObject PyFloat_Type
842Objects/frameobject.c:PyFrame_Type                               PyTypeObject PyFrame_Type
843Objects/funcobject.c:PyClassMethod_Type                          PyTypeObject PyClassMethod_Type
844Objects/funcobject.c:PyFunction_Type                             PyTypeObject PyFunction_Type
845Objects/funcobject.c:PyStaticMethod_Type                         PyTypeObject PyStaticMethod_Type
846Objects/genobject.c:PyAsyncGen_Type                              PyTypeObject PyAsyncGen_Type
847Objects/genobject.c:PyCoro_Type                                  PyTypeObject PyCoro_Type
848Objects/genobject.c:PyGen_Type                                   PyTypeObject PyGen_Type
849Objects/genobject.c:_PyAsyncGenASend_Type                        PyTypeObject _PyAsyncGenASend_Type
850Objects/genobject.c:_PyAsyncGenAThrow_Type                       PyTypeObject _PyAsyncGenAThrow_Type
851Objects/genobject.c:_PyAsyncGenWrappedValue_Type                 PyTypeObject _PyAsyncGenWrappedValue_Type
852Objects/genobject.c:_PyCoroWrapper_Type                          PyTypeObject _PyCoroWrapper_Type
853Objects/interpreteridobject.c:_PyInterpreterID_Type              PyTypeObject _PyInterpreterID_Type
854Objects/iterobject.c:PyCallIter_Type                             PyTypeObject PyCallIter_Type
855Objects/iterobject.c:PySeqIter_Type                              PyTypeObject PySeqIter_Type
856Objects/listobject.c:PyListIter_Type                             PyTypeObject PyListIter_Type
857Objects/listobject.c:PyListRevIter_Type                          PyTypeObject PyListRevIter_Type
858Objects/listobject.c:PyList_Type                                 PyTypeObject PyList_Type
859Objects/longobject.c:Int_InfoType                                static PyTypeObject Int_InfoType
860Objects/longobject.c:PyLong_Type                                 PyTypeObject PyLong_Type
861Objects/memoryobject.c:PyMemoryView_Type                         PyTypeObject PyMemoryView_Type
862Objects/memoryobject.c:_PyManagedBuffer_Type                     PyTypeObject _PyManagedBuffer_Type
863Objects/methodobject.c:PyCFunction_Type                          PyTypeObject PyCFunction_Type
864Objects/moduleobject.c:PyModuleDef_Type                          PyTypeObject PyModuleDef_Type
865Objects/moduleobject.c:PyModule_Type                             PyTypeObject PyModule_Type
866Objects/namespaceobject.c:_PyNamespace_Type                      PyTypeObject _PyNamespace_Type
867Objects/object.c:_PyNone_Type                                    PyTypeObject _PyNone_Type
868Objects/object.c:_PyNotImplemented_Type                          PyTypeObject _PyNotImplemented_Type
869Objects/odictobject.c:PyODictItems_Type                          PyTypeObject PyODictItems_Type
870Objects/odictobject.c:PyODictIter_Type                           PyTypeObject PyODictIter_Type
871Objects/odictobject.c:PyODictKeys_Type                           PyTypeObject PyODictKeys_Type
872Objects/odictobject.c:PyODictValues_Type                         PyTypeObject PyODictValues_Type
873Objects/odictobject.c:PyODict_Type                               PyTypeObject PyODict_Type
874Objects/picklebufobject.c:PyPickleBuffer_Type                    PyTypeObject PyPickleBuffer_Type
875Objects/rangeobject.c:PyLongRangeIter_Type                       PyTypeObject PyLongRangeIter_Type
876Objects/rangeobject.c:PyRangeIter_Type                           PyTypeObject PyRangeIter_Type
877Objects/rangeobject.c:PyRange_Type                               PyTypeObject PyRange_Type
878Objects/setobject.c:PyFrozenSet_Type                             PyTypeObject PyFrozenSet_Type
879Objects/setobject.c:PySetIter_Type                               PyTypeObject PySetIter_Type
880Objects/setobject.c:PySet_Type                                   PyTypeObject PySet_Type
881Objects/setobject.c:_PySetDummy_Type                             static PyTypeObject _PySetDummy_Type
882Objects/sliceobject.c:PyEllipsis_Type                            PyTypeObject PyEllipsis_Type
883Objects/sliceobject.c:PySlice_Type                               PyTypeObject PySlice_Type
884Objects/stringlib/unicode_format.h:PyFieldNameIter_Type          static PyTypeObject PyFieldNameIter_Type
885Objects/stringlib/unicode_format.h:PyFormatterIter_Type          static PyTypeObject PyFormatterIter_Type
886Objects/tupleobject.c:PyTupleIter_Type                           PyTypeObject PyTupleIter_Type
887Objects/tupleobject.c:PyTuple_Type                               PyTypeObject PyTuple_Type
888Objects/typeobject.c:PyBaseObject_Type                           PyTypeObject PyBaseObject_Type
889Objects/typeobject.c:PySuper_Type                                PyTypeObject PySuper_Type
890Objects/typeobject.c:PyType_Type                                 PyTypeObject PyType_Type
891Objects/unicodeobject.c:EncodingMapType                          static PyTypeObject EncodingMapType
892Objects/unicodeobject.c:PyUnicodeIter_Type                       PyTypeObject PyUnicodeIter_Type
893Objects/unicodeobject.c:PyUnicode_Type                           PyTypeObject PyUnicode_Type
894Objects/weakrefobject.c:_PyWeakref_CallableProxyType             PyTypeObject _PyWeakref_CallableProxyType
895Objects/weakrefobject.c:_PyWeakref_ProxyType                     PyTypeObject _PyWeakref_ProxyType
896Objects/weakrefobject.c:_PyWeakref_RefType                       PyTypeObject _PyWeakref_RefType
897Python/bltinmodule.c:PyFilter_Type                               PyTypeObject PyFilter_Type
898Python/bltinmodule.c:PyMap_Type                                  PyTypeObject PyMap_Type
899Python/bltinmodule.c:PyZip_Type                                  PyTypeObject PyZip_Type
900Python/context.c:PyContextTokenMissing_Type                      PyTypeObject PyContextTokenMissing_Type
901Python/context.c:PyContextToken_Type                             PyTypeObject PyContextToken_Type
902Python/context.c:PyContextVar_Type                               PyTypeObject PyContextVar_Type
903Python/context.c:PyContext_Type                                  PyTypeObject PyContext_Type
904Python/errors.c:UnraisableHookArgsType                           static PyTypeObject UnraisableHookArgsType
905Python/hamt.c:_PyHamtItems_Type                                  PyTypeObject _PyHamtItems_Type
906Python/hamt.c:_PyHamtKeys_Type                                   PyTypeObject _PyHamtKeys_Type
907Python/hamt.c:_PyHamtValues_Type                                 PyTypeObject _PyHamtValues_Type
908Python/hamt.c:_PyHamt_ArrayNode_Type                             PyTypeObject _PyHamt_ArrayNode_Type
909Python/hamt.c:_PyHamt_BitmapNode_Type                            PyTypeObject _PyHamt_BitmapNode_Type
910Python/hamt.c:_PyHamt_CollisionNode_Type                         PyTypeObject _PyHamt_CollisionNode_Type
911Python/hamt.c:_PyHamt_Type                                       PyTypeObject _PyHamt_Type
912Python/symtable.c:PySTEntry_Type                                 PyTypeObject PySTEntry_Type
913Python/sysmodule.c:AsyncGenHooksType                             static PyTypeObject AsyncGenHooksType
914Python/sysmodule.c:FlagsType                                     static PyTypeObject FlagsType
915Python/sysmodule.c:Hash_InfoType                                 static PyTypeObject Hash_InfoType
916Python/sysmodule.c:VersionInfoType                               static PyTypeObject VersionInfoType
917Python/thread.c:ThreadInfoType                                   static PyTypeObject ThreadInfoType
918Python/traceback.c:PyTraceBack_Type                              PyTypeObject PyTraceBack_Type
919
920
921# _PyArg_Parser (147)
922Modules/_blake2/clinic/blake2b_impl.c.h:py_blake2b_new():_parser static _PyArg_Parser _parser
923Modules/_blake2/clinic/blake2s_impl.c.h:py_blake2s_new():_parser static _PyArg_Parser _parser
924Modules/_io/clinic/_iomodule.c.h:_io_open():_parser              static _PyArg_Parser _parser
925Modules/_io/clinic/_iomodule.c.h:_io_open_code():_parser         static _PyArg_Parser _parser
926Modules/_io/clinic/bufferedio.c.h:_io_BufferedRandom___init__():_parser static _PyArg_Parser _parser
927Modules/_io/clinic/bufferedio.c.h:_io_BufferedReader___init__():_parser static _PyArg_Parser _parser
928Modules/_io/clinic/bufferedio.c.h:_io_BufferedWriter___init__():_parser static _PyArg_Parser _parser
929Modules/_io/clinic/bytesio.c.h:_io_BytesIO___init__():_parser    static _PyArg_Parser _parser
930Modules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser      static _PyArg_Parser _parser
931Modules/_io/clinic/stringio.c.h:_io_StringIO___init__():_parser  static _PyArg_Parser _parser
932Modules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder___init__():_parser static _PyArg_Parser _parser
933Modules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder_decode():_parser static _PyArg_Parser _parser
934Modules/_io/clinic/textio.c.h:_io_TextIOWrapper___init__():_parser static _PyArg_Parser _parser
935Modules/_io/clinic/textio.c.h:_io_TextIOWrapper_reconfigure():_parser static _PyArg_Parser _parser
936Modules/_io/clinic/winconsoleio.c.h:_io__WindowsConsoleIO___init__():_parser static _PyArg_Parser _parser
937Modules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_open():_parser static _PyArg_Parser _parser
938Modules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_unlink():_parser static _PyArg_Parser _parser
939Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_decode():_parser static _PyArg_Parser _parser
940Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_encode():_parser static _PyArg_Parser _parser
941Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteIncrementalDecoder_decode():_parser static _PyArg_Parser _parser
942Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteIncrementalEncoder_encode():_parser static _PyArg_Parser _parser
943Modules/clinic/_asynciomodule.c.h:_asyncio_Future___init__():_parser static _PyArg_Parser _parser
944Modules/clinic/_asynciomodule.c.h:_asyncio_Future_add_done_callback():_parser static _PyArg_Parser _parser
945Modules/clinic/_asynciomodule.c.h:_asyncio_Task___init__():_parser static _PyArg_Parser _parser
946Modules/clinic/_asynciomodule.c.h:_asyncio_Task_all_tasks():_parser static _PyArg_Parser _parser
947Modules/clinic/_asynciomodule.c.h:_asyncio_Task_current_task():_parser static _PyArg_Parser _parser
948Modules/clinic/_asynciomodule.c.h:_asyncio_Task_get_stack():_parser static _PyArg_Parser _parser
949Modules/clinic/_asynciomodule.c.h:_asyncio_Task_print_stack():_parser static _PyArg_Parser _parser
950Modules/clinic/_asynciomodule.c.h:_asyncio__enter_task():_parser static _PyArg_Parser _parser
951Modules/clinic/_asynciomodule.c.h:_asyncio__leave_task():_parser static _PyArg_Parser _parser
952Modules/clinic/_asynciomodule.c.h:_asyncio__register_task():_parser static _PyArg_Parser _parser
953Modules/clinic/_asynciomodule.c.h:_asyncio__unregister_task():_parser static _PyArg_Parser _parser
954Modules/clinic/_bz2module.c.h:_bz2_BZ2Decompressor_decompress():_parser static _PyArg_Parser _parser
955Modules/clinic/_codecsmodule.c.h:_codecs_decode():_parser        static _PyArg_Parser _parser
956Modules/clinic/_codecsmodule.c.h:_codecs_encode():_parser        static _PyArg_Parser _parser
957Modules/clinic/_cursesmodule.c.h:_curses_setupterm():_parser     static _PyArg_Parser _parser
958Modules/clinic/_datetimemodule.c.h:datetime_datetime_now():_parser static _PyArg_Parser _parser
959Modules/clinic/_elementtree.c.h:_elementtree_Element_find():_parser static _PyArg_Parser _parser
960Modules/clinic/_elementtree.c.h:_elementtree_Element_findall():_parser static _PyArg_Parser _parser
961Modules/clinic/_elementtree.c.h:_elementtree_Element_findtext():_parser static _PyArg_Parser _parser
962Modules/clinic/_elementtree.c.h:_elementtree_Element_get():_parser static _PyArg_Parser _parser
963Modules/clinic/_elementtree.c.h:_elementtree_Element_getiterator():_parser static _PyArg_Parser _parser
964Modules/clinic/_elementtree.c.h:_elementtree_Element_iter():_parser static _PyArg_Parser _parser
965Modules/clinic/_elementtree.c.h:_elementtree_Element_iterfind():_parser static _PyArg_Parser _parser
966Modules/clinic/_elementtree.c.h:_elementtree_TreeBuilder___init__():_parser static _PyArg_Parser _parser
967Modules/clinic/_elementtree.c.h:_elementtree_XMLParser___init__():_parser static _PyArg_Parser _parser
968Modules/clinic/_hashopenssl.c.h:EVP_new():_parser                static _PyArg_Parser _parser
969Modules/clinic/_hashopenssl.c.h:_hashlib_hmac_digest():_parser   static _PyArg_Parser _parser
970Modules/clinic/_hashopenssl.c.h:_hashlib_scrypt():_parser        static _PyArg_Parser _parser
971Modules/clinic/_hashopenssl.c.h:pbkdf2_hmac():_parser            static _PyArg_Parser _parser
972Modules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor___init__():_parser static _PyArg_Parser _parser
973Modules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor_decompress():_parser static _PyArg_Parser _parser
974Modules/clinic/_opcode.c.h:_opcode_stack_effect():_parser        static _PyArg_Parser _parser
975Modules/clinic/_pickle.c.h:_pickle_Pickler___init__():_parser    static _PyArg_Parser _parser
976Modules/clinic/_pickle.c.h:_pickle_Unpickler___init__():_parser  static _PyArg_Parser _parser
977Modules/clinic/_pickle.c.h:_pickle_dump():_parser                static _PyArg_Parser _parser
978Modules/clinic/_pickle.c.h:_pickle_dumps():_parser               static _PyArg_Parser _parser
979Modules/clinic/_pickle.c.h:_pickle_load():_parser                static _PyArg_Parser _parser
980Modules/clinic/_pickle.c.h:_pickle_loads():_parser               static _PyArg_Parser _parser
981Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_get():_parser static _PyArg_Parser _parser
982Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put():_parser static _PyArg_Parser _parser
983Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put_nowait():_parser static _PyArg_Parser _parser
984Modules/clinic/_sre.c.h:_sre_SRE_Match_expand():_parser          static _PyArg_Parser _parser
985Modules/clinic/_sre.c.h:_sre_SRE_Match_groupdict():_parser       static _PyArg_Parser _parser
986Modules/clinic/_sre.c.h:_sre_SRE_Match_groups():_parser          static _PyArg_Parser _parser
987Modules/clinic/_sre.c.h:_sre_SRE_Pattern_findall():_parser       static _PyArg_Parser _parser
988Modules/clinic/_sre.c.h:_sre_SRE_Pattern_finditer():_parser      static _PyArg_Parser _parser
989Modules/clinic/_sre.c.h:_sre_SRE_Pattern_fullmatch():_parser     static _PyArg_Parser _parser
990Modules/clinic/_sre.c.h:_sre_SRE_Pattern_match():_parser         static _PyArg_Parser _parser
991Modules/clinic/_sre.c.h:_sre_SRE_Pattern_scanner():_parser       static _PyArg_Parser _parser
992Modules/clinic/_sre.c.h:_sre_SRE_Pattern_search():_parser        static _PyArg_Parser _parser
993Modules/clinic/_sre.c.h:_sre_SRE_Pattern_split():_parser         static _PyArg_Parser _parser
994Modules/clinic/_sre.c.h:_sre_SRE_Pattern_sub():_parser           static _PyArg_Parser _parser
995Modules/clinic/_sre.c.h:_sre_SRE_Pattern_subn():_parser          static _PyArg_Parser _parser
996Modules/clinic/_sre.c.h:_sre_compile():_parser                   static _PyArg_Parser _parser
997Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_bio():_parser     static _PyArg_Parser _parser
998Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_socket():_parser  static _PyArg_Parser _parser
999Modules/clinic/_ssl.c.h:_ssl__SSLContext_get_ca_certs():_parser  static _PyArg_Parser _parser
1000Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_cert_chain():_parser static _PyArg_Parser _parser
1001Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_verify_locations():_parser static _PyArg_Parser _parser
1002Modules/clinic/_ssl.c.h:_ssl__SSLSocket_get_channel_binding():_parser static _PyArg_Parser _parser
1003Modules/clinic/_ssl.c.h:_ssl_enum_certificates():_parser         static _PyArg_Parser _parser
1004Modules/clinic/_ssl.c.h:_ssl_enum_crls():_parser                 static _PyArg_Parser _parser
1005Modules/clinic/_ssl.c.h:_ssl_txt2obj():_parser                   static _PyArg_Parser _parser
1006Modules/clinic/_struct.c.h:Struct___init__():_parser             static _PyArg_Parser _parser
1007Modules/clinic/_struct.c.h:Struct_unpack_from():_parser          static _PyArg_Parser _parser
1008Modules/clinic/_struct.c.h:unpack_from():_parser                 static _PyArg_Parser _parser
1009Modules/clinic/_winapi.c.h:_winapi_ConnectNamedPipe():_parser    static _PyArg_Parser _parser
1010Modules/clinic/_winapi.c.h:_winapi_GetFileType():_parser         static _PyArg_Parser _parser
1011Modules/clinic/_winapi.c.h:_winapi_ReadFile():_parser            static _PyArg_Parser _parser
1012Modules/clinic/_winapi.c.h:_winapi_WriteFile():_parser           static _PyArg_Parser _parser
1013Modules/clinic/binascii.c.h:binascii_a2b_qp():_parser            static _PyArg_Parser _parser
1014Modules/clinic/binascii.c.h:binascii_b2a_base64():_parser        static _PyArg_Parser _parser
1015Modules/clinic/binascii.c.h:binascii_b2a_hex():_parser           static _PyArg_Parser _parser
1016Modules/clinic/binascii.c.h:binascii_b2a_qp():_parser            static _PyArg_Parser _parser
1017Modules/clinic/binascii.c.h:binascii_b2a_uu():_parser            static _PyArg_Parser _parser
1018Modules/clinic/binascii.c.h:binascii_hexlify():_parser           static _PyArg_Parser _parser
1019Modules/clinic/cmathmodule.c.h:cmath_isclose():_parser           static _PyArg_Parser _parser
1020Modules/clinic/gcmodule.c.h:gc_collect():_parser                 static _PyArg_Parser _parser
1021Modules/clinic/gcmodule.c.h:gc_get_objects():_parser             static _PyArg_Parser _parser
1022Modules/clinic/grpmodule.c.h:grp_getgrgid():_parser              static _PyArg_Parser _parser
1023Modules/clinic/grpmodule.c.h:grp_getgrnam():_parser              static _PyArg_Parser _parser
1024Objects/clinic/bytearrayobject.c.h:bytearray_decode():_parser    static _PyArg_Parser _parser
1025Objects/clinic/bytearrayobject.c.h:bytearray_hex():_parser       static _PyArg_Parser _parser
1026Objects/clinic/bytearrayobject.c.h:bytearray_rsplit():_parser    static _PyArg_Parser _parser
1027Objects/clinic/bytearrayobject.c.h:bytearray_split():_parser     static _PyArg_Parser _parser
1028Objects/clinic/bytearrayobject.c.h:bytearray_splitlines():_parser static _PyArg_Parser _parser
1029Objects/clinic/bytearrayobject.c.h:bytearray_translate():_parser static _PyArg_Parser _parser
1030Objects/clinic/bytesobject.c.h:bytes_decode():_parser            static _PyArg_Parser _parser
1031Objects/clinic/bytesobject.c.h:bytes_hex():_parser               static _PyArg_Parser _parser
1032Objects/clinic/bytesobject.c.h:bytes_rsplit():_parser            static _PyArg_Parser _parser
1033Objects/clinic/bytesobject.c.h:bytes_split():_parser             static _PyArg_Parser _parser
1034Objects/clinic/bytesobject.c.h:bytes_splitlines():_parser        static _PyArg_Parser _parser
1035Objects/clinic/bytesobject.c.h:bytes_translate():_parser         static _PyArg_Parser _parser
1036Objects/clinic/codeobject.c.h:code_replace():_parser             static _PyArg_Parser _parser
1037Objects/clinic/complexobject.c.h:complex_new():_parser           static _PyArg_Parser _parser
1038Objects/clinic/descrobject.c.h:mappingproxy_new():_parser        static _PyArg_Parser _parser
1039Objects/clinic/descrobject.c.h:property_init():_parser           static _PyArg_Parser _parser
1040Objects/clinic/enumobject.c.h:enum_new():_parser                 static _PyArg_Parser _parser
1041Objects/clinic/funcobject.c.h:func_new():_parser                 static _PyArg_Parser _parser
1042Objects/clinic/listobject.c.h:list_sort():_parser                static _PyArg_Parser _parser
1043Objects/clinic/longobject.c.h:int_from_bytes():_parser           static _PyArg_Parser _parser
1044Objects/clinic/longobject.c.h:int_to_bytes():_parser             static _PyArg_Parser _parser
1045Objects/clinic/longobject.c.h:long_new():_parser                 static _PyArg_Parser _parser
1046Objects/clinic/memoryobject.c.h:memoryview_hex():_parser         static _PyArg_Parser _parser
1047Objects/clinic/moduleobject.c.h:module___init__():_parser        static _PyArg_Parser _parser
1048Objects/clinic/odictobject.c.h:OrderedDict_fromkeys():_parser    static _PyArg_Parser _parser
1049Objects/clinic/odictobject.c.h:OrderedDict_move_to_end():_parser static _PyArg_Parser _parser
1050Objects/clinic/odictobject.c.h:OrderedDict_popitem():_parser     static _PyArg_Parser _parser
1051Objects/clinic/odictobject.c.h:OrderedDict_setdefault():_parser  static _PyArg_Parser _parser
1052Objects/clinic/structseq.c.h:structseq_new():_parser             static _PyArg_Parser _parser
1053Objects/clinic/unicodeobject.c.h:unicode_encode():_parser        static _PyArg_Parser _parser
1054Objects/clinic/unicodeobject.c.h:unicode_expandtabs():_parser    static _PyArg_Parser _parser
1055Objects/clinic/unicodeobject.c.h:unicode_rsplit():_parser        static _PyArg_Parser _parser
1056Objects/clinic/unicodeobject.c.h:unicode_split():_parser         static _PyArg_Parser _parser
1057Objects/clinic/unicodeobject.c.h:unicode_splitlines():_parser    static _PyArg_Parser _parser
1058Objects/stringlib/clinic/transmogrify.h.h:stringlib_expandtabs():_parser static _PyArg_Parser _parser
1059Python/bltinmodule.c:builtin_print():_parser                     static struct _PyArg_Parser _parser
1060Python/clinic/_warnings.c.h:warnings_warn():_parser              static _PyArg_Parser _parser
1061Python/clinic/bltinmodule.c.h:builtin_compile():_parser          static _PyArg_Parser _parser
1062Python/clinic/bltinmodule.c.h:builtin_round():_parser            static _PyArg_Parser _parser
1063Python/clinic/bltinmodule.c.h:builtin_sum():_parser              static _PyArg_Parser _parser
1064Python/clinic/import.c.h:_imp_source_hash():_parser              static _PyArg_Parser _parser
1065Python/clinic/sysmodule.c.h:sys_addaudithook():_parser           static _PyArg_Parser _parser
1066Python/clinic/sysmodule.c.h:sys_set_coroutine_origin_tracking_depth():_parser static _PyArg_Parser _parser
1067Python/clinic/traceback.c.h:tb_new():_parser                     static _PyArg_Parser _parser
1068