cpython/Objects
2025-03-25 10:49:18 -04:00
..
clinic gh-128421: Add locking to most frame object functions (gh-131479) 2025-03-21 11:10:07 -04:00
mimalloc
stringlib gh-111178: Fix function signatures for multiple tests (#131496) 2025-03-20 12:27:03 +01:00
abstract.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c gh-130928: Fix error message during bytes formatting for the 'i' flag (#130967) 2025-03-24 22:07:03 +03:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549) 2025-03-21 16:44:10 +00:00
complexobject.c
descrobject.c gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549) 2025-03-21 16:44:10 +00:00
dictnotes.txt
dictobject.c gh-131238: Remove more includes from pycore_interp.h (#131480) 2025-03-19 23:01:32 +01:00
enumobject.c GH-131238: More refactoring of core header files (GH-131351) 2025-03-17 14:41:05 +00:00
exceptions.c gh-131238: Remove many includes from pycore_interp.h (#131472) 2025-03-19 17:46:24 +00:00
fileobject.c gh-111178: fix UBSan failures for PyStdPrinter_Object (#131607) 2025-03-24 10:57:14 +01:00
floatobject.c GH-131238: More refactoring of core header files (GH-131351) 2025-03-17 14:41:05 +00:00
frameobject.c gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560) 2025-03-21 23:24:14 +01:00
funcobject.c gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549) 2025-03-21 16:44:10 +00:00
genericaliasobject.c gh-131238: Remove more includes from pycore_interp.h (#131480) 2025-03-19 23:01:32 +01:00
genobject.c gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560) 2025-03-21 23:24:14 +01:00
iterobject.c gh-131666: mark anext_awaitable.close as a METH_NOARGS instead of METH_VARARGS (#131671) 2025-03-25 09:03:22 +05:30
listobject.c GH-131238: More refactoring of core header files (GH-131351) 2025-03-17 14:41:05 +00:00
listsort.txt
lnotab_notes.txt
longobject.c gh-111178: Fix function signatures for multiple tests (#131496) 2025-03-20 12:27:03 +01:00
memoryobject.c
methodobject.c
moduleobject.c gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549) 2025-03-21 16:44:10 +00:00
namespaceobject.c gh-111178: Fix function signatures for test_types (#131455) 2025-03-19 13:46:17 +00:00
object.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_313.gv
object_layout_313.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout_full_313.gv
object_layout_full_313.png
obmalloc.c gh-131719: add NULL pointer check to _PyMem_FreeDelayed (gh-131720) 2025-03-25 10:49:18 -04:00
odictobject.c gh-111178: Fix function signatures for test_types (#131455) 2025-03-19 13:46:17 +00:00
picklebufobject.c gh-111178: Fix function signatures for multiple tests (#131496) 2025-03-20 12:27:03 +01:00
rangeobject.c
README
setobject.c gh-130312: SET_ADD should not lock (#130136) 2025-03-21 15:58:32 -07:00
sliceobject.c gh-111178: Fix function signatures for multiple tests (#131496) 2025-03-20 12:27:03 +01:00
structseq.c GH-131238: More refactoring of core header files (GH-131351) 2025-03-17 14:41:05 +00:00
tupleobject.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
typeobject.c gh-131711: Preventing the use of a null pointer in set_tp_mro (#131713) 2025-03-25 14:28:38 +01:00
typeslots.inc
typeslots.py
typevarobject.c gh-130931: Add pycore_interpframe.h internal header (#131249) 2025-03-19 18:17:44 +01:00
unicodectype.c
unicodeobject.c gh-131238: Remove many includes from pycore_interp.h (#131472) 2025-03-19 17:46:24 +00:00
unicodetype_db.h
unionobject.c GH-131238: More refactoring of core header files (GH-131351) 2025-03-17 14:41:05 +00:00
weakrefobject.c

Source files for various builtin objects