cpython/Objects
2025-02-19 12:11:17 -05:00
..
clinic gh-129107: make bytearray thread safe (#129108) 2025-02-15 07:19:42 +00:00
mimalloc
stringlib
abstract.c
boolobject.c
bytearrayobject.c gh-129107: make bytearray iterator thread safe (#130096) 2025-02-19 15:42:45 +05:30
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c gh-129984: Mark immortal objects as deferred (#129985) 2025-02-13 09:01:43 -08:00
enumobject.c
exceptions.c gh-111178: fix UBSan failures in Objects/exceptions.c (GH-128154) 2025-02-17 11:03:16 +01:00
fileobject.c
floatobject.c gh-111178: fix UBSan failures in Objects/floatobject.c (GH-129776) 2025-02-08 14:47:19 +01:00
frameobject.c gh-128396: Fix a crash when inline comprehension has the same local variable as the outside scope (#130235) 2025-02-19 12:11:17 -05:00
funcobject.c gh-128714: Fix function object races in __annotate__, __annotations__ and __type_params__ in free-threading build (#129016) 2025-02-06 20:10:50 +05:30
genericaliasobject.c
genobject.c
iterobject.c
listobject.c gh-115999: Make list and tuple iteration more thread-safe. (#128637) 2025-02-18 16:52:46 -08:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c GH-91079: Implement C stack limits using addresses, not counters. (GH-130007) 2025-02-19 11:44:57 +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-130030: Fix crash on 32-bit Linux with free threading (gh-130043) 2025-02-12 18:09:15 -05:00
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c gh-129967: Fix race condition in repr(set) (gh-129978) 2025-02-11 17:29:27 -05:00
sliceobject.c
structseq.c
tupleobject.c gh-115999: Make list and tuple iteration more thread-safe. (#128637) 2025-02-18 16:52:46 -08:00
typeobject.c gh-130123: Make __new__ wrapper be deferred (#130124) 2025-02-14 12:50:54 -08:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118) 2025-02-14 18:16:47 +01:00
unicodeobject.c gh-129701: Fix a data race in intern_common in the free threaded build (GH-130089) 2025-02-17 14:15:40 +01:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects