Lines Matching full:objects
7 # global objects to fix in core code
12 Objects/boolobject.c - PyBool_Type -
13 Objects/bytearrayobject.c - PyByteArrayIter_Type -
14 Objects/bytearrayobject.c - PyByteArray_Type -
15 Objects/bytesobject.c - PyBytesIter_Type -
16 Objects/bytesobject.c - PyBytes_Type -
17 Objects/capsule.c - PyCapsule_Type -
18 Objects/cellobject.c - PyCell_Type -
19 Objects/classobject.c - PyInstanceMethod_Type -
20 Objects/classobject.c - PyMethod_Type -
21 Objects/codeobject.c - LineIterator -
22 Objects/codeobject.c - PositionsIterator -
23 Objects/codeobject.c - PyCode_Type -
24 Objects/complexobject.c - PyComplex_Type -
25 Objects/descrobject.c - PyClassMethodDescr_Type -
26 Objects/descrobject.c - PyDictProxy_Type -
27 Objects/descrobject.c - PyGetSetDescr_Type -
28 Objects/descrobject.c - PyMemberDescr_Type -
29 Objects/descrobject.c - PyMethodDescr_Type -
30 Objects/descrobject.c - PyProperty_Type -
31 Objects/descrobject.c - PyWrapperDescr_Type -
32 Objects/descrobject.c - _PyMethodWrapper_Type -
33 Objects/dictobject.c - PyDictItems_Type -
34 Objects/dictobject.c - PyDictIterItem_Type -
35 Objects/dictobject.c - PyDictIterKey_Type -
36 Objects/dictobject.c - PyDictIterValue_Type -
37 Objects/dictobject.c - PyDictKeys_Type -
38 Objects/dictobject.c - PyDictRevIterItem_Type -
39 Objects/dictobject.c - PyDictRevIterKey_Type -
40 Objects/dictobject.c - PyDictRevIterValue_Type -
41 Objects/dictobject.c - PyDictValues_Type -
42 Objects/dictobject.c - PyDict_Type -
43 Objects/enumobject.c - PyEnum_Type -
44 Objects/enumobject.c - PyReversed_Type -
45 Objects/exceptions.c - _PyExc_BaseExceptionGroup -
46 Objects/exceptions.c - _PyExc_EncodingWarning -
47 Objects/fileobject.c - PyStdPrinter_Type -
48 Objects/floatobject.c - FloatInfoType -
49 Objects/floatobject.c - PyFloat_Type -
50 Objects/frameobject.c - PyFrame_Type -
51 Objects/funcobject.c - PyClassMethod_Type -
52 Objects/funcobject.c - PyFunction_Type -
53 Objects/funcobject.c - PyStaticMethod_Type -
54 Objects/genericaliasobject.c - Py_GenericAliasType -
55 Objects/genobject.c - PyAsyncGen_Type -
56 Objects/genobject.c - PyCoro_Type -
57 Objects/genobject.c - PyGen_Type -
58 Objects/genobject.c - _PyAsyncGenASend_Type -
59 Objects/genobject.c - _PyAsyncGenAThrow_Type -
60 Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
61 Objects/genobject.c - _PyCoroWrapper_Type -
62 Objects/interpreteridobject.c - _PyInterpreterID_Type -
63 Objects/iterobject.c - PyCallIter_Type -
64 Objects/iterobject.c - PySeqIter_Type -
65 Objects/iterobject.c - _PyAnextAwaitable_Type -
66 Objects/listobject.c - PyListIter_Type -
67 Objects/listobject.c - PyListRevIter_Type -
68 Objects/listobject.c - PyList_Type -
69 Objects/longobject.c - Int_InfoType -
70 Objects/longobject.c - PyLong_Type -
71 Objects/memoryobject.c - PyMemoryIter_Type -
72 Objects/memoryobject.c - PyMemoryView_Type -
73 Objects/memoryobject.c - _PyManagedBuffer_Type -
74 Objects/methodobject.c - PyCFunction_Type -
75 Objects/methodobject.c - PyCMethod_Type -
76 Objects/moduleobject.c - PyModuleDef_Type -
77 Objects/moduleobject.c - PyModule_Type -
78 Objects/namespaceobject.c - _PyNamespace_Type -
79 Objects/object.c - _PyNone_Type -
80 Objects/object.c - _PyNotImplemented_Type -
81 Objects/odictobject.c - PyODictItems_Type -
82 Objects/odictobject.c - PyODictIter_Type -
83 Objects/odictobject.c - PyODictKeys_Type -
84 Objects/odictobject.c - PyODictValues_Type -
85 Objects/odictobject.c - PyODict_Type -
86 Objects/picklebufobject.c - PyPickleBuffer_Type -
87 Objects/rangeobject.c - PyLongRangeIter_Type -
88 Objects/rangeobject.c - PyRangeIter_Type -
89 Objects/rangeobject.c - PyRange_Type -
90 Objects/setobject.c - PyFrozenSet_Type -
91 Objects/setobject.c - PySetIter_Type -
92 Objects/setobject.c - PySet_Type -
93 Objects/setobject.c - _PySetDummy_Type -
94 Objects/sliceobject.c - PyEllipsis_Type -
95 Objects/sliceobject.c - PySlice_Type -
96 Objects/tupleobject.c - PyTupleIter_Type -
97 Objects/tupleobject.c - PyTuple_Type -
98 Objects/typeobject.c - PyBaseObject_Type -
99 Objects/typeobject.c - PySuper_Type -
100 Objects/typeobject.c - PyType_Type -
101 Objects/unicodeobject.c - EncodingMapType -
102 Objects/unicodeobject.c - PyUnicodeIter_Type -
103 Objects/unicodeobject.c - PyUnicode_Type -
104 Objects/unionobject.c - _PyUnion_Type -
105 Objects/unionobject.c - _Py_UnionType -
106 Objects/weakrefobject.c - _PyWeakref_CallableProxyType -
107 Objects/weakrefobject.c - _PyWeakref_ProxyType -
108 Objects/weakrefobject.c - _PyWeakref_RefType -
135 Objects/exceptions.c - _PyExc_BaseException -
136 Objects/exceptions.c - _PyExc_UnicodeEncodeError -
137 Objects/exceptions.c - _PyExc_UnicodeDecodeError -
138 Objects/exceptions.c - _PyExc_UnicodeTranslateError -
139 Objects/exceptions.c - _PyExc_MemoryError -
140 Objects/exceptions.c - _PyExc_Exception -
141 Objects/exceptions.c - _PyExc_TypeError -
142 Objects/exceptions.c - _PyExc_StopAsyncIteration -
143 Objects/exceptions.c - _PyExc_StopIteration -
144 Objects/exceptions.c - _PyExc_GeneratorExit -
145 Objects/exceptions.c - _PyExc_SystemExit -
146 Objects/exceptions.c - _PyExc_KeyboardInterrupt -
147 Objects/exceptions.c - _PyExc_ImportError -
148 Objects/exceptions.c - _PyExc_ModuleNotFoundError -
149 Objects/exceptions.c - _PyExc_OSError -
150 Objects/exceptions.c - _PyExc_BlockingIOError -
151 Objects/exceptions.c - _PyExc_ConnectionError -
152 Objects/exceptions.c - _PyExc_ChildProcessError -
153 Objects/exceptions.c - _PyExc_BrokenPipeError -
154 Objects/exceptions.c - _PyExc_ConnectionAbortedError -
155 Objects/exceptions.c - _PyExc_ConnectionRefusedError -
156 Objects/exceptions.c - _PyExc_ConnectionResetError -
157 Objects/exceptions.c - _PyExc_FileExistsError -
158 Objects/exceptions.c - _PyExc_FileNotFoundError -
159 Objects/exceptions.c - _PyExc_IsADirectoryError -
160 Objects/exceptions.c - _PyExc_NotADirectoryError -
161 Objects/exceptions.c - _PyExc_InterruptedError -
162 Objects/exceptions.c - _PyExc_PermissionError -
163 Objects/exceptions.c - _PyExc_ProcessLookupError -
164 Objects/exceptions.c - _PyExc_TimeoutError -
165 Objects/exceptions.c - _PyExc_EOFError -
166 Objects/exceptions.c - _PyExc_RuntimeError -
167 Objects/exceptions.c - _PyExc_RecursionError -
168 Objects/exceptions.c - _PyExc_NotImplementedError -
169 Objects/exceptions.c - _PyExc_NameError -
170 Objects/exceptions.c - _PyExc_UnboundLocalError -
171 Objects/exceptions.c - _PyExc_AttributeError -
172 Objects/exceptions.c - _PyExc_SyntaxError -
173 Objects/exceptions.c - _PyExc_IndentationError -
174 Objects/exceptions.c - _PyExc_TabError -
175 Objects/exceptions.c - _PyExc_LookupError -
176 Objects/exceptions.c - _PyExc_IndexError -
177 Objects/exceptions.c - _PyExc_KeyError -
178 Objects/exceptions.c - _PyExc_ValueError -
179 Objects/exceptions.c - _PyExc_UnicodeError -
180 Objects/exceptions.c - _PyExc_AssertionError -
181 Objects/exceptions.c - _PyExc_ArithmeticError -
182 Objects/exceptions.c - _PyExc_FloatingPointError -
183 Objects/exceptions.c - _PyExc_OverflowError -
184 Objects/exceptions.c - _PyExc_ZeroDivisionError -
185 Objects/exceptions.c - _PyExc_SystemError -
186 Objects/exceptions.c - _PyExc_ReferenceError -
187 Objects/exceptions.c - _PyExc_BufferError -
188 Objects/exceptions.c - _PyExc_Warning -
189 Objects/exceptions.c - _PyExc_UserWarning -
190 Objects/exceptions.c - _PyExc_DeprecationWarning -
191 Objects/exceptions.c - _PyExc_PendingDeprecationWarning -
192 Objects/exceptions.c - _PyExc_SyntaxWarning -
193 Objects/exceptions.c - _PyExc_RuntimeWarning -
194 Objects/exceptions.c - _PyExc_FutureWarning -
195 Objects/exceptions.c - _PyExc_ImportWarning -
196 Objects/exceptions.c - _PyExc_UnicodeWarning -
197 Objects/exceptions.c - _PyExc_BytesWarning -
198 Objects/exceptions.c - _PyExc_ResourceWarning -
199 Objects/exceptions.c - PyExc_EnvironmentError -
200 Objects/exceptions.c - PyExc_IOError -
201 Objects/exceptions.c - PyExc_BaseException -
202 Objects/exceptions.c - PyExc_Exception -
203 Objects/exceptions.c - PyExc_TypeError -
204 Objects/exceptions.c - PyExc_StopAsyncIteration -
205 Objects/exceptions.c - PyExc_StopIteration -
206 Objects/exceptions.c - PyExc_GeneratorExit -
207 Objects/exceptions.c - PyExc_SystemExit -
208 Objects/exceptions.c - PyExc_KeyboardInterrupt -
209 Objects/exceptions.c - PyExc_ImportError -
210 Objects/exceptions.c - PyExc_ModuleNotFoundError -
211 Objects/exceptions.c - PyExc_OSError -
212 Objects/exceptions.c - PyExc_BlockingIOError -
213 Objects/exceptions.c - PyExc_ConnectionError -
214 Objects/exceptions.c - PyExc_ChildProcessError -
215 Objects/exceptions.c - PyExc_BrokenPipeError -
216 Objects/exceptions.c - PyExc_ConnectionAbortedError -
217 Objects/exceptions.c - PyExc_ConnectionRefusedError -
218 Objects/exceptions.c - PyExc_ConnectionResetError -
219 Objects/exceptions.c - PyExc_FileExistsError -
220 Objects/exceptions.c - PyExc_FileNotFoundError -
221 Objects/exceptions.c - PyExc_IsADirectoryError -
222 Objects/exceptions.c - PyExc_NotADirectoryError -
223 Objects/exceptions.c - PyExc_InterruptedError -
224 Objects/exceptions.c - PyExc_PermissionError -
225 Objects/exceptions.c - PyExc_ProcessLookupError -
226 Objects/exceptions.c - PyExc_TimeoutError -
227 Objects/exceptions.c - PyExc_EOFError -
228 Objects/exceptions.c - PyExc_RuntimeError -
229 Objects/exceptions.c - PyExc_RecursionError -
230 Objects/exceptions.c - PyExc_NotImplementedError -
231 Objects/exceptions.c - PyExc_NameError -
232 Objects/exceptions.c - PyExc_UnboundLocalError -
233 Objects/exceptions.c - PyExc_AttributeError -
234 Objects/exceptions.c - PyExc_SyntaxError -
235 Objects/exceptions.c - PyExc_IndentationError -
236 Objects/exceptions.c - PyExc_TabError -
237 Objects/exceptions.c - PyExc_LookupError -
238 Objects/exceptions.c - PyExc_IndexError -
239 Objects/exceptions.c - PyExc_KeyError -
240 Objects/exceptions.c - PyExc_ValueError -
241 Objects/exceptions.c - PyExc_UnicodeError -
242 Objects/exceptions.c - PyExc_UnicodeEncodeError -
243 Objects/exceptions.c - PyExc_UnicodeDecodeError -
244 Objects/exceptions.c - PyExc_UnicodeTranslateError -
245 Objects/exceptions.c - PyExc_AssertionError -
246 Objects/exceptions.c - PyExc_ArithmeticError -
247 Objects/exceptions.c - PyExc_FloatingPointError -
248 Objects/exceptions.c - PyExc_OverflowError -
249 Objects/exceptions.c - PyExc_ZeroDivisionError -
250 Objects/exceptions.c - PyExc_SystemError -
251 Objects/exceptions.c - PyExc_ReferenceError -
252 Objects/exceptions.c - PyExc_MemoryError -
253 Objects/exceptions.c - PyExc_BufferError -
254 Objects/exceptions.c - PyExc_Warning -
255 Objects/exceptions.c - PyExc_UserWarning -
256 Objects/exceptions.c - PyExc_DeprecationWarning -
257 Objects/exceptions.c - PyExc_PendingDeprecationWarning -
258 Objects/exceptions.c - PyExc_SyntaxWarning -
259 Objects/exceptions.c - PyExc_RuntimeWarning -
260 Objects/exceptions.c - PyExc_FutureWarning -
261 Objects/exceptions.c - PyExc_ImportWarning -
262 Objects/exceptions.c - PyExc_UnicodeWarning -
263 Objects/exceptions.c - PyExc_BytesWarning -
264 Objects/exceptions.c - PyExc_ResourceWarning -
269 Objects/boolobject.c - _Py_FalseStruct -
270 Objects/boolobject.c - _Py_TrueStruct -
271 Objects/dictobject.c - empty_keys_struct -
272 Objects/dictobject.c - empty_values_struct -
273 Objects/object.c - _Py_NoneStruct -
274 Objects/object.c - _Py_NotImplementedStruct -
275 Objects/setobject.c - _dummy_struct -
276 Objects/setobject.c - _PySet_Dummy -
277 Objects/sliceobject.c - _Py_EllipsisObject -
287 Objects/clinic/bytearrayobject.c.h bytearray___init__ _parser -
288 Objects/clinic/bytearrayobject.c.h bytearray_decode _parser -
289 Objects/clinic/bytearrayobject.c.h bytearray_hex _parser -
290 Objects/clinic/bytearrayobject.c.h bytearray_rsplit _parser -
291 Objects/clinic/bytearrayobject.c.h bytearray_split _parser -
292 Objects/clinic/bytearrayobject.c.h bytearray_splitlines _parser -
293 Objects/clinic/bytearrayobject.c.h bytearray_translate _parser -
294 Objects/clinic/bytesobject.c.h bytes_decode _parser -
295 Objects/clinic/bytesobject.c.h bytes_hex _parser -
296 Objects/clinic/bytesobject.c.h bytes_new _parser -
297 Objects/clinic/bytesobject.c.h bytes_rsplit _parser -
298 Objects/clinic/bytesobject.c.h bytes_split _parser -
299 Objects/clinic/bytesobject.c.h bytes_splitlines _parser -
300 Objects/clinic/bytesobject.c.h bytes_translate _parser -
301 Objects/clinic/codeobject.c.h code__varname_from_oparg _parser -
302 Objects/clinic/codeobject.c.h code_replace _parser -
303 Objects/clinic/complexobject.c.h complex_new _parser -
304 Objects/clinic/descrobject.c.h mappingproxy_new _parser -
305 Objects/clinic/descrobject.c.h property_init _parser -
306 Objects/clinic/enumobject.c.h enum_new _parser -
307 Objects/clinic/funcobject.c.h func_new _parser -
308 Objects/clinic/listobject.c.h list_sort _parser -
309 Objects/clinic/longobject.c.h int_from_bytes _parser -
310 Objects/clinic/longobject.c.h int_to_bytes _parser -
311 Objects/clinic/longobject.c.h long_new _parser -
312 Objects/clinic/memoryobject.c.h memoryview _parser -
313 Objects/clinic/memoryobject.c.h memoryview_cast _parser -
314 Objects/clinic/memoryobject.c.h memoryview_hex _parser -
315 Objects/clinic/memoryobject.c.h memoryview_tobytes _parser -
316 Objects/clinic/moduleobject.c.h module___init__ _parser -
317 Objects/clinic/odictobject.c.h OrderedDict_fromkeys _parser -
318 Objects/clinic/odictobject.c.h OrderedDict_move_to_end _parser -
319 Objects/clinic/odictobject.c.h OrderedDict_pop _parser -
320 Objects/clinic/odictobject.c.h OrderedDict_popitem _parser -
321 Objects/clinic/odictobject.c.h OrderedDict_setdefault _parser -
322 Objects/clinic/structseq.c.h structseq_new _parser -
323 Objects/clinic/unicodeobject.c.h unicode_encode _parser -
324 Objects/clinic/unicodeobject.c.h unicode_expandtabs _parser -
325 Objects/clinic/unicodeobject.c.h unicode_new _parser -
326 Objects/clinic/unicodeobject.c.h unicode_rsplit _parser -
327 Objects/clinic/unicodeobject.c.h unicode_split _parser -
328 Objects/clinic/unicodeobject.c.h unicode_splitlines _parser -
343 Objects/typeobject.c - slotdefs -
346 Objects/typeobject.c - method_cache -
347 Objects/typeobject.c object___reduce_ex___impl objreduce -
348 Objects/unicodeobject.c - _string_module -
349 Objects/unicodeobject.c - interned -
350 Objects/unicodeobject.c - static_strings -
356 Objects/exceptions.c - PyExc_BaseExceptionGroup -
357 Objects/exceptions.c - PyExc_EncodingWarning -
370 Objects/typeobject.c resolve_slotdups pname -
376 # global non-objects to fix in core code
385 Objects/typeobject.c - slotdefs_initialized -
386 Objects/unicodeobject.c - bloom_linebreak -
400 Objects/floatobject.c - double_format -
401 Objects/floatobject.c - float_format -
402 Objects/floatobject.c - detected_double_format -
403 Objects/floatobject.c - detected_float_format -
404 Objects/longobject.c PyLong_FromString log_base_BASE -
405 Objects/longobject.c PyLong_FromString convwidth_base -
406 Objects/longobject.c PyLong_FromString convmultmax_base -
407 Objects/unicodeobject.c - ucnhash_capi -
451 Objects/obmalloc.c - _PyObject_Arena -
452 Objects/obmalloc.c - _Py_tracemalloc_config -
453 Objects/obmalloc.c - arena_map_bot_count -
454 Objects/obmalloc.c - arena_map_mid_count -
455 Objects/obmalloc.c - arena_map_root -
456 Objects/obmalloc.c - arenas -
457 Objects/obmalloc.c - maxarenas -
458 Objects/obmalloc.c - narenas_currently_allocated -
459 Objects/obmalloc.c - narenas_highwater -
460 Objects/obmalloc.c - nfp2lasta -
461 Objects/obmalloc.c - ntimes_arena_allocated -
462 Objects/obmalloc.c - raw_allocated_blocks -
463 Objects/obmalloc.c - unused_arena_objects -
464 Objects/obmalloc.c - usable_arenas -
465 Objects/obmalloc.c new_arena debug_stats -
480 Objects/dictobject.c - _pydict_global_version -
481 Objects/dictobject.c - next_dict_keys_version -
482 Objects/dictobject.c - pydict_global_version -
483 Objects/funcobject.c - next_func_version -
484 Objects/moduleobject.c - max_module_number -
485 Objects/object.c - _Py_RefTotal -
486 Objects/typeobject.c - next_version_tag -
487 Objects/typeobject.c resolve_slotdups ptrs -
516 # global objects to fix in builtin modules
687 # global non-objects to fix in builtin modules
724 # global objects to fix in extension modules
1308 # global non-objects to fix in extension modules