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