Files
RedBear-OS/recipes/dev/python312/source/Tools/c-analyzer/cpython/globals-to-fix.tsv
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

19 KiB

1filenamefuncnamenamereason
2#???-somevar???
3# These are all variables that we will be making non-global.
4##################################
5## global objects to fix in core code
6##-----------------------
7## exported builtin types (C-API)
8Objects/boolobject.c-PyBool_Type-
9Objects/bytearrayobject.c-PyByteArrayIter_Type-
10Objects/bytearrayobject.c-PyByteArray_Type-
11Objects/bytesobject.c-PyBytesIter_Type-
12Objects/bytesobject.c-PyBytes_Type-
13Objects/capsule.c-PyCapsule_Type-
14Objects/cellobject.c-PyCell_Type-
15Objects/classobject.c-PyInstanceMethod_Type-
16Objects/classobject.c-PyMethod_Type-
17Objects/codeobject.c-PyCode_Type-
18Objects/complexobject.c-PyComplex_Type-
19Objects/descrobject.c-PyClassMethodDescr_Type-
20Objects/descrobject.c-PyDictProxy_Type-
21Objects/descrobject.c-PyGetSetDescr_Type-
22Objects/descrobject.c-PyMemberDescr_Type-
23Objects/descrobject.c-PyMethodDescr_Type-
24Objects/descrobject.c-PyProperty_Type-
25Objects/descrobject.c-PyWrapperDescr_Type-
26Objects/descrobject.c-_PyMethodWrapper_Type-
27Objects/dictobject.c-PyDictItems_Type-
28Objects/dictobject.c-PyDictIterItem_Type-
29Objects/dictobject.c-PyDictIterKey_Type-
30Objects/dictobject.c-PyDictIterValue_Type-
31Objects/dictobject.c-PyDictKeys_Type-
32Objects/dictobject.c-PyDictRevIterItem_Type-
33Objects/dictobject.c-PyDictRevIterKey_Type-
34Objects/dictobject.c-PyDictRevIterValue_Type-
35Objects/dictobject.c-PyDictValues_Type-
36Objects/dictobject.c-PyDict_Type-
37Objects/enumobject.c-PyEnum_Type-
38Objects/enumobject.c-PyReversed_Type-
39Objects/fileobject.c-PyStdPrinter_Type-
40Objects/floatobject.c-PyFloat_Type-
41Objects/frameobject.c-PyFrame_Type-
42Objects/funcobject.c-PyClassMethod_Type-
43Objects/funcobject.c-PyFunction_Type-
44Objects/funcobject.c-PyStaticMethod_Type-
45Objects/genericaliasobject.c-Py_GenericAliasType-
46Objects/genobject.c-PyAsyncGen_Type-
47Objects/genobject.c-PyCoro_Type-
48Objects/genobject.c-PyGen_Type-
49Objects/genobject.c-_PyAsyncGenASend_Type-
50Objects/genobject.c-_PyAsyncGenAThrow_Type-
51Objects/genobject.c-_PyAsyncGenWrappedValue_Type-
52Objects/genobject.c-_PyCoroWrapper_Type-
53Objects/interpreteridobject.c-_PyInterpreterID_Type-
54Objects/iterobject.c-PyCallIter_Type-
55Objects/iterobject.c-PySeqIter_Type-
56Objects/listobject.c-PyListIter_Type-
57Objects/listobject.c-PyListRevIter_Type-
58Objects/listobject.c-PyList_Type-
59Objects/longobject.c-PyLong_Type-
60Objects/memoryobject.c-PyMemoryView_Type-
61Objects/memoryobject.c-_PyManagedBuffer_Type-
62Objects/methodobject.c-PyCFunction_Type-
63Objects/methodobject.c-PyCMethod_Type-
64Objects/moduleobject.c-PyModuleDef_Type-
65Objects/moduleobject.c-PyModule_Type-
66Objects/namespaceobject.c-_PyNamespace_Type-
67Objects/object.c-_PyNone_Type-
68Objects/object.c-_PyNotImplemented_Type-
69Objects/odictobject.c-PyODictItems_Type-
70Objects/odictobject.c-PyODictIter_Type-
71Objects/odictobject.c-PyODictKeys_Type-
72Objects/odictobject.c-PyODictValues_Type-
73Objects/odictobject.c-PyODict_Type-
74Objects/picklebufobject.c-PyPickleBuffer_Type-
75Objects/rangeobject.c-PyLongRangeIter_Type-
76Objects/rangeobject.c-PyRangeIter_Type-
77Objects/rangeobject.c-PyRange_Type-
78Objects/setobject.c-PyFrozenSet_Type-
79Objects/setobject.c-PySetIter_Type-
80Objects/setobject.c-PySet_Type-
81Objects/sliceobject.c-PyEllipsis_Type-
82Objects/sliceobject.c-PySlice_Type-
83Objects/tupleobject.c-PyTupleIter_Type-
84Objects/tupleobject.c-PyTuple_Type-
85Objects/typeobject.c-_PyBufferWrapper_Type-
86Objects/typeobject.c-PyBaseObject_Type-
87Objects/typeobject.c-PySuper_Type-
88Objects/typeobject.c-PyType_Type-
89Objects/typevarobject.c-_PyTypeAlias_Type-
90Objects/unicodeobject.c-PyUnicodeIter_Type-
91Objects/unicodeobject.c-PyUnicode_Type-
92Objects/weakrefobject.c-_PyWeakref_CallableProxyType-
93Objects/weakrefobject.c-_PyWeakref_ProxyType-
94Objects/weakrefobject.c-_PyWeakref_RefType-
95Python/bltinmodule.c-PyFilter_Type-
96Python/bltinmodule.c-PyMap_Type-
97Python/bltinmodule.c-PyZip_Type-
98Python/context.c-PyContextToken_Type-
99Python/context.c-PyContextVar_Type-
100Python/context.c-PyContext_Type-
101Python/traceback.c-PyTraceBack_Type-
102##-----------------------
103## other exported builtin types
104# Not in a .h file:
105Objects/codeobject.c-_PyLineIterator-
106# Not in a .h file:
107Objects/codeobject.c-_PyPositionsIterator-
108Objects/genericaliasobject.c-_Py_GenericAliasIterType-
109# Not in a .h file:
110Objects/iterobject.c-_PyAnextAwaitable_Type-
111# Not in a .h file:
112Objects/memoryobject.c-_PyMemoryIter_Type-
113Objects/unicodeobject.c-_PyUnicodeASCIIIter_Type-
114Objects/unionobject.c-_PyUnion_Type-
115Python/context.c-_PyContextTokenMissing_Type-
116Python/hamt.c-_PyHamtItems_Type-
117Python/hamt.c-_PyHamtKeys_Type-
118Python/hamt.c-_PyHamtValues_Type-
119Python/hamt.c-_PyHamt_ArrayNode_Type-
120Python/hamt.c-_PyHamt_BitmapNode_Type-
121Python/hamt.c-_PyHamt_CollisionNode_Type-
122Python/hamt.c-_PyHamt_Type-
123Python/symtable.c-PySTEntry_Type-
124##-----------------------
125## private static builtin types
126Objects/setobject.c-_PySetDummy_Type-
127Objects/stringlib/unicode_format.h-PyFormatterIter_Type-
128Objects/stringlib/unicode_format.h-PyFieldNameIter_Type-
129Objects/unicodeobject.c-EncodingMapType-
130#Objects/unicodeobject.c-PyFieldNameIter_Type-
131#Objects/unicodeobject.c-PyFormatterIter_Type-
132Python/legacy_tracing.c-_PyLegacyEventHandler_Type-
133Objects/object.c-_PyLegacyEventHandler_Type-
134##-----------------------
135## static builtin structseq
136Objects/floatobject.c-FloatInfoType-
137Objects/longobject.c-Int_InfoType-
138Python/errors.c-UnraisableHookArgsType-
139Python/sysmodule.c-AsyncGenHooksType-
140Python/sysmodule.c-FlagsType-
141Python/sysmodule.c-Hash_InfoType-
142Python/sysmodule.c-VersionInfoType-
143Python/thread.c-ThreadInfoType-
144##-----------------------
145## builtin exception types
146Objects/exceptions.c-_PyExc_BaseException-
147Objects/exceptions.c-_PyExc_BaseExceptionGroup-
148Objects/exceptions.c-_PyExc_UnicodeEncodeError-
149Objects/exceptions.c-_PyExc_UnicodeDecodeError-
150Objects/exceptions.c-_PyExc_UnicodeTranslateError-
151Objects/exceptions.c-_PyExc_MemoryError-
152Objects/exceptions.c-_PyExc_Exception-
153Objects/exceptions.c-_PyExc_TypeError-
154Objects/exceptions.c-_PyExc_StopAsyncIteration-
155Objects/exceptions.c-_PyExc_StopIteration-
156Objects/exceptions.c-_PyExc_GeneratorExit-
157Objects/exceptions.c-_PyExc_SystemExit-
158Objects/exceptions.c-_PyExc_KeyboardInterrupt-
159Objects/exceptions.c-_PyExc_ImportError-
160Objects/exceptions.c-_PyExc_ModuleNotFoundError-
161Objects/exceptions.c-_PyExc_OSError-
162Objects/exceptions.c-_PyExc_BlockingIOError-
163Objects/exceptions.c-_PyExc_ConnectionError-
164Objects/exceptions.c-_PyExc_ChildProcessError-
165Objects/exceptions.c-_PyExc_BrokenPipeError-
166Objects/exceptions.c-_PyExc_ConnectionAbortedError-
167Objects/exceptions.c-_PyExc_ConnectionRefusedError-
168Objects/exceptions.c-_PyExc_ConnectionResetError-
169Objects/exceptions.c-_PyExc_FileExistsError-
170Objects/exceptions.c-_PyExc_FileNotFoundError-
171Objects/exceptions.c-_PyExc_IsADirectoryError-
172Objects/exceptions.c-_PyExc_NotADirectoryError-
173Objects/exceptions.c-_PyExc_InterruptedError-
174Objects/exceptions.c-_PyExc_PermissionError-
175Objects/exceptions.c-_PyExc_ProcessLookupError-
176Objects/exceptions.c-_PyExc_TimeoutError-
177Objects/exceptions.c-_PyExc_EOFError-
178Objects/exceptions.c-_PyExc_RuntimeError-
179Objects/exceptions.c-_PyExc_RecursionError-
180Objects/exceptions.c-_PyExc_NotImplementedError-
181Objects/exceptions.c-_PyExc_NameError-
182Objects/exceptions.c-_PyExc_UnboundLocalError-
183Objects/exceptions.c-_PyExc_AttributeError-
184Objects/exceptions.c-_PyExc_SyntaxError-
185Objects/exceptions.c-_PyExc_IndentationError-
186Objects/exceptions.c-_PyExc_TabError-
187Objects/exceptions.c-_PyExc_LookupError-
188Objects/exceptions.c-_PyExc_IndexError-
189Objects/exceptions.c-_PyExc_KeyError-
190Objects/exceptions.c-_PyExc_ValueError-
191Objects/exceptions.c-_PyExc_UnicodeError-
192Objects/exceptions.c-_PyExc_AssertionError-
193Objects/exceptions.c-_PyExc_ArithmeticError-
194Objects/exceptions.c-_PyExc_FloatingPointError-
195Objects/exceptions.c-_PyExc_OverflowError-
196Objects/exceptions.c-_PyExc_ZeroDivisionError-
197Objects/exceptions.c-_PyExc_SystemError-
198Objects/exceptions.c-_PyExc_ReferenceError-
199Objects/exceptions.c-_PyExc_BufferError-
200Objects/exceptions.c-_PyExc_Warning-
201Objects/exceptions.c-_PyExc_UserWarning-
202Objects/exceptions.c-_PyExc_DeprecationWarning-
203Objects/exceptions.c-_PyExc_PendingDeprecationWarning-
204Objects/exceptions.c-_PyExc_SyntaxWarning-
205Objects/exceptions.c-_PyExc_RuntimeWarning-
206Objects/exceptions.c-_PyExc_FutureWarning-
207Objects/exceptions.c-_PyExc_ImportWarning-
208Objects/exceptions.c-_PyExc_UnicodeWarning-
209Objects/exceptions.c-_PyExc_BytesWarning-
210Objects/exceptions.c-_PyExc_ResourceWarning-
211Objects/exceptions.c-_PyExc_EncodingWarning-
212Objects/exceptions.c-PyExc_EnvironmentError-
213Objects/exceptions.c-PyExc_IOError-
214Objects/exceptions.c-PyExc_BaseException-
215Objects/exceptions.c-PyExc_BaseExceptionGroup-
216Objects/exceptions.c-PyExc_Exception-
217Objects/exceptions.c-PyExc_TypeError-
218Objects/exceptions.c-PyExc_StopAsyncIteration-
219Objects/exceptions.c-PyExc_StopIteration-
220Objects/exceptions.c-PyExc_GeneratorExit-
221Objects/exceptions.c-PyExc_SystemExit-
222Objects/exceptions.c-PyExc_KeyboardInterrupt-
223Objects/exceptions.c-PyExc_ImportError-
224Objects/exceptions.c-PyExc_ModuleNotFoundError-
225Objects/exceptions.c-PyExc_OSError-
226Objects/exceptions.c-PyExc_BlockingIOError-
227Objects/exceptions.c-PyExc_ConnectionError-
228Objects/exceptions.c-PyExc_ChildProcessError-
229Objects/exceptions.c-PyExc_BrokenPipeError-
230Objects/exceptions.c-PyExc_ConnectionAbortedError-
231Objects/exceptions.c-PyExc_ConnectionRefusedError-
232Objects/exceptions.c-PyExc_ConnectionResetError-
233Objects/exceptions.c-PyExc_FileExistsError-
234Objects/exceptions.c-PyExc_FileNotFoundError-
235Objects/exceptions.c-PyExc_IsADirectoryError-
236Objects/exceptions.c-PyExc_NotADirectoryError-
237Objects/exceptions.c-PyExc_InterruptedError-
238Objects/exceptions.c-PyExc_PermissionError-
239Objects/exceptions.c-PyExc_ProcessLookupError-
240Objects/exceptions.c-PyExc_TimeoutError-
241Objects/exceptions.c-PyExc_EOFError-
242Objects/exceptions.c-PyExc_RuntimeError-
243Objects/exceptions.c-PyExc_RecursionError-
244Objects/exceptions.c-PyExc_NotImplementedError-
245Objects/exceptions.c-PyExc_NameError-
246Objects/exceptions.c-PyExc_UnboundLocalError-
247Objects/exceptions.c-PyExc_AttributeError-
248Objects/exceptions.c-PyExc_SyntaxError-
249Objects/exceptions.c-PyExc_IndentationError-
250Objects/exceptions.c-PyExc_TabError-
251Objects/exceptions.c-PyExc_LookupError-
252Objects/exceptions.c-PyExc_IndexError-
253Objects/exceptions.c-PyExc_KeyError-
254Objects/exceptions.c-PyExc_ValueError-
255Objects/exceptions.c-PyExc_UnicodeError-
256Objects/exceptions.c-PyExc_UnicodeEncodeError-
257Objects/exceptions.c-PyExc_UnicodeDecodeError-
258Objects/exceptions.c-PyExc_UnicodeTranslateError-
259Objects/exceptions.c-PyExc_AssertionError-
260Objects/exceptions.c-PyExc_ArithmeticError-
261Objects/exceptions.c-PyExc_FloatingPointError-
262Objects/exceptions.c-PyExc_OverflowError-
263Objects/exceptions.c-PyExc_ZeroDivisionError-
264Objects/exceptions.c-PyExc_SystemError-
265Objects/exceptions.c-PyExc_ReferenceError-
266Objects/exceptions.c-PyExc_MemoryError-
267Objects/exceptions.c-PyExc_BufferError-
268Objects/exceptions.c-PyExc_Warning-
269Objects/exceptions.c-PyExc_UserWarning-
270Objects/exceptions.c-PyExc_DeprecationWarning-
271Objects/exceptions.c-PyExc_PendingDeprecationWarning-
272Objects/exceptions.c-PyExc_SyntaxWarning-
273Objects/exceptions.c-PyExc_RuntimeWarning-
274Objects/exceptions.c-PyExc_FutureWarning-
275Objects/exceptions.c-PyExc_ImportWarning-
276Objects/exceptions.c-PyExc_UnicodeWarning-
277Objects/exceptions.c-PyExc_BytesWarning-
278Objects/exceptions.c-PyExc_ResourceWarning-
279Objects/exceptions.c-PyExc_EncodingWarning-
280##-----------------------
281## singletons
282Objects/boolobject.c-_Py_FalseStruct-
283Objects/boolobject.c-_Py_TrueStruct-
284Objects/dictobject.c-empty_keys_struct-
285Objects/object.c-_Py_NoneStruct-
286Objects/object.c-_Py_NotImplementedStruct-
287Objects/setobject.c-_dummy_struct-
288Objects/setobject.c-_PySet_Dummy-
289Objects/sliceobject.c-_Py_EllipsisObject-
290Python/instrumentation.c-_PyInstrumentation_DISABLE-
291Python/instrumentation.c-_PyInstrumentation_MISSING-
292##################################
293## global non-objects to fix in core code
294# <none>
295##################################
296## global objects to fix in builtin modules
297##-----------------------
298## static types
299Modules/_testcapi/vectorcall.c-MethodDescriptorBase_Type-
300Modules/_testcapi/vectorcall.c-MethodDescriptorDerived_Type-
301Modules/_testcapi/vectorcall.c-MethodDescriptorNopGet_Type-
302Modules/_testcapi/vectorcall.c-MethodDescriptor2_Type-
303Modules/_testclinic.c-TestClass-
304##################################
305## global non-objects to fix in builtin modules
306# <none>
307##################################
308## global objects to fix in extension modules
309##-----------------------
310## static types
311Modules/_ctypes/_ctypes.c-PyCArrayType_Type-
312Modules/_ctypes/_ctypes.c-PyCArray_Type-
313Modules/_ctypes/_ctypes.c-PyCData_Type-
314Modules/_ctypes/_ctypes.c-PyCFuncPtrType_Type-
315Modules/_ctypes/_ctypes.c-PyCFuncPtr_Type-
316Modules/_ctypes/_ctypes.c-PyCPointerType_Type-
317Modules/_ctypes/_ctypes.c-PyCPointer_Type-
318Modules/_ctypes/_ctypes.c-PyCSimpleType_Type-
319Modules/_ctypes/_ctypes.c-PyCStructType_Type-
320Modules/_ctypes/_ctypes.c-Simple_Type-
321Modules/_ctypes/_ctypes.c-Struct_Type-
322Modules/_ctypes/_ctypes.c-UnionType_Type-
323Modules/_ctypes/_ctypes.c-Union_Type-
324Modules/_ctypes/callproc.c-PyCArg_Type-
325Modules/_ctypes/ctypes.h-PyCArg_Type-
326Modules/_ctypes/ctypes.h-PyCArrayType_Type-
327Modules/_ctypes/ctypes.h-PyCArray_Type-
328Modules/_ctypes/ctypes.h-PyCData_Type-
329Modules/_ctypes/ctypes.h-PyCFuncPtrType_Type-
330Modules/_ctypes/ctypes.h-PyCFuncPtr_Type-
331Modules/_ctypes/ctypes.h-PyCPointerType_Type-
332Modules/_ctypes/ctypes.h-PyCPointer_Type-
333Modules/_ctypes/ctypes.h-PyCSimpleType_Type-
334Modules/_ctypes/ctypes.h-PyCStgDict_Type-
335Modules/_ctypes/ctypes.h-PyCStructType_Type-
336Modules/_ctypes/ctypes.h-PyExc_ArgError-
337Modules/_ctypes/ctypes.h-_ctypes_conversion_encoding-
338Modules/_ctypes/ctypes.h-_ctypes_conversion_errors-
339Modules/_ctypes/ctypes.h-_ctypes_ptrtype_cache-
340Modules/_ctypes/ctypes.h-basespec_string-
341Modules/_ctypes/stgdict.c-PyCStgDict_Type-
342Modules/_cursesmodule.c-PyCursesWindow_Type-
343Modules/_datetimemodule.c-PyDateTime_DateTimeType-
344Modules/_datetimemodule.c-PyDateTime_DateType-
345Modules/_datetimemodule.c-PyDateTime_DeltaType-
346Modules/_datetimemodule.c-PyDateTime_IsoCalendarDateType-
347Modules/_datetimemodule.c-PyDateTime_TZInfoType-
348Modules/_datetimemodule.c-PyDateTime_TimeType-
349Modules/_datetimemodule.c-PyDateTime_TimeZoneType-
350Modules/_decimal/_decimal.c-PyDecContextManager_Type-
351Modules/_decimal/_decimal.c-PyDecContext_Type-
352Modules/_decimal/_decimal.c-PyDecSignalDictMixin_Type-
353Modules/_decimal/_decimal.c-PyDec_Type-
354Modules/ossaudiodev.c-OSSAudioType-
355Modules/ossaudiodev.c-OSSMixerType-
356Modules/xxmodule.c-Null_Type-
357Modules/xxmodule.c-Str_Type-
358Modules/xxmodule.c-Xxo_Type-
359Modules/xxsubtype.c-spamdict_type-
360Modules/xxsubtype.c-spamlist_type-
361##-----------------------
362## non-static types - initialized once
363## heap types
364Modules/_decimal/_decimal.c-DecimalTuple-
365Modules/_decimal/_decimal.c-PyDecSignalDict_Type-
366Modules/_tkinter.c-PyTclObject_Type-
367Modules/_tkinter.c-Tkapp_Type-
368Modules/_tkinter.c-Tktt_Type-
369Modules/xxlimited_35.c-Xxo_Type-
370## exception types
371Modules/_ctypes/_ctypes.c-PyExc_ArgError-
372Modules/_cursesmodule.c-PyCursesError-
373Modules/_decimal/_decimal.c-DecimalException-
374Modules/_tkinter.c-Tkinter_TclError-
375Modules/ossaudiodev.c-OSSAudioError-
376Modules/xxlimited_35.c-ErrorObject-
377Modules/xxmodule.c-ErrorObject-
378##-----------------------
379## cached - initialized once
380## manually cached PyUnicodeOjbect
381Modules/_ctypes/callproc.c_ctypes_get_errobjerror_object_name-
382Modules/_ctypes/_ctypes.cCreateSwappedTypesuffix-
383##-----------------------
384## other
385## initialized once
386Modules/_ctypes/_ctypes.c-_unpickle-
387Modules/_ctypes/_ctypes.cPyCArrayType_from_ctypecache-
388Modules/_cursesmodule.c-ModDict-
389Modules/_datetimemodule.c-PyDateTime_TimeZone_UTC-
390Modules/_datetimemodule.c-PyDateTime_Epoch-
391Modules/_datetimemodule.c-us_per_ms-
392Modules/_datetimemodule.c-us_per_second-
393Modules/_datetimemodule.c-us_per_minute-
394Modules/_datetimemodule.c-us_per_hour-
395Modules/_datetimemodule.c-us_per_day-
396Modules/_datetimemodule.c-us_per_week-
397Modules/_datetimemodule.c-seconds_per_day-
398Modules/_decimal/_decimal.c-basic_context_template-
399Modules/_decimal/_decimal.c-current_context_var-
400Modules/_decimal/_decimal.c-default_context_template-
401Modules/_decimal/_decimal.c-extended_context_template-
402Modules/_decimal/_decimal.c-PyDecimal-
403Modules/_decimal/_decimal.c-round_map-
404Modules/_decimal/_decimal.c-Rational-
405Modules/_decimal/_decimal.c-SignalTuple-
406## state
407Modules/_asynciomodule.c-fi_freelist-
408Modules/_asynciomodule.c-fi_freelist_len-
409Modules/_ctypes/_ctypes.c-_ctypes_ptrtype_cache-
410Modules/_ctypes/_ctypes.c-global_state-
411Modules/_ctypes/ctypes.h-global_state-
412Modules/_tkinter.c-tcl_lock-
413Modules/_tkinter.c-excInCmd-
414Modules/_tkinter.c-valInCmd-
415Modules/_tkinter.c-trbInCmd-
416##################################
417## global non-objects to fix in extension modules
418##-----------------------
419## initialized once
420## pre-allocated buffer
421Modules/nismodule.cnisproc_maplist_2res-
422## other
423Include/datetime.h-PyDateTimeAPI-
424Modules/_ctypes/cfield.c_ctypes_get_fielddescinitialized-
425Modules/_ctypes/malloc_closure.c-_pagesize-
426Modules/_cursesmodule.c-initialised-
427Modules/_cursesmodule.c-initialised_setupterm-
428Modules/_cursesmodule.c-initialisedcolors-
429Modules/_cursesmodule.c-screen_encoding-
430Modules/_decimal/_decimal.c-_py_long_multiply-
431Modules/_decimal/_decimal.c-_py_long_floor_divide-
432Modules/_decimal/_decimal.c-_py_long_power-
433Modules/_decimal/_decimal.c-_py_float_abs-
434Modules/_decimal/_decimal.c-_py_long_bit_length-
435Modules/_decimal/_decimal.c-_py_float_as_integer_ratio-
436Modules/_elementtree.c-expat_capi-
437Modules/readline.c-libedit_append_replace_history_offset-
438Modules/readline.c-using_libedit_emulation-
439Modules/readline.c-libedit_history_start-
440##-----------------------
441## state
442Modules/_ctypes/cfield.c-formattable-
443Modules/_ctypes/malloc_closure.c-free_list-
444Modules/_curses_panel.c-lop-
445Modules/_ssl/debughelpers.c_PySSL_keylog_callbacklock-
446Modules/_tkinter.c-quitMainLoop-
447Modules/_tkinter.c-errorInCmd-
448Modules/_tkinter.c-Tkinter_busywaitinterval-
449Modules/_tkinter.c-call_mutex-
450Modules/_tkinter.c-var_mutex-
451Modules/_tkinter.c-command_mutex-
452Modules/_tkinter.c-HeadFHCD-
453Modules/_tkinter.c-stdin_ready-
454Modules/_tkinter.c-event_tstate-
455Modules/readline.c-completer_word_break_characters-
456Modules/readline.c-_history_length-
457Modules/readline.c-should_auto_add_history-
458Modules/readline.c-sigwinch_received-
459Modules/readline.c-sigwinch_ohandler-
460Modules/readline.c-completed_input_string-
461Modules/rotatingtree.c-random_stream-
462Modules/rotatingtree.c-random_value-