cpython/Objects
Miss Islington (bot) b868f1414c
[3.14] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544) (gh-142603)
There are places we use "relaxed" loads where C11 requires "consume" or
stronger. Unfortunately, compilers don't really implement "consume" so
fake it for our use in a way that avoids upsetting TSan.
(cherry picked from commit 0a62f8277e)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2025-12-11 21:51:02 +00:00
..
clinic [3.14] gh-129559: Remove extra dot in bytearray.resize AC (GH-140134) (#140143) 2025-10-15 14:06:18 +03:00
mimalloc
stringlib
abstract.c
boolobject.c
bytearrayobject.c [3.14] gh-129559: Remove extra dot in bytearray.resize AC (GH-140134) (#140143) 2025-10-15 14:06:18 +03:00
bytes_methods.c
bytesobject.c [3.14] gh-140939: Fix memory leak in _PyBytes_FormatEx error path (GH-140957) (#141154) 2025-11-06 16:20:03 +00:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c [3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981) 2025-11-04 11:18:23 +00:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c [3.14] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544) (gh-142603) 2025-12-11 21:51:02 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c [3.14] gh-141042: fix sNaN's packing for mixed floating-point formats (GH-141107) (#141459) 2025-11-12 10:33:34 +00:00
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c [3.14] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140816) 2025-11-30 14:35:14 +02:00
interpolationobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c [3.14] gh-140061: Use _PyObject_IsUniquelyReferenced() to check if objects are uniquely referenced (gh-140062) (gh-140157) 2025-10-15 14:49:17 +00:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c [3.14] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) (#142597) 2025-12-11 20:08:45 +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
odictobject.c [3.14] gh-125996: fix thread safety of collections.OrderedDict (GH-133734) (#140053) 2025-10-13 23:25:24 +05:30
picklebufobject.c
rangeobject.c [3.14] GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317) (GH-141559) 2025-11-15 21:30:25 +02:00
README
setobject.c [3.14] gh-132657: optimize PySet_Contains for frozenset (GH-141183) (gh-141773) 2025-11-19 17:01:49 -08:00
sliceobject.c
structseq.c
templateobject.c [3.14] gh-142433: Move deref to below the error when checking for laststring (GH-142402) (#142524) 2025-12-10 16:07:59 +00:00
tupleobject.c [3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447) 2025-10-23 15:26:58 +01:00
typeobject.c [3.14] gh-123241: Don't modify ref count during visitation (GH-142232) (#142567) 2025-12-11 10:51:11 -08:00
typeslots.inc
typeslots.py
typevarobject.c [3.14] gh-140000: Traverse name attribute for TypeVar, TypeVarTuple, TypeAliasType, ParamSpec (GH-140016) (#140063) 2025-10-13 20:36:24 +00:00
unicodectype.c
unicodeobject.c [3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658) 2025-10-27 09:21:43 +00:00
unicodetype_db.h
unionobject.c [3.14] gh-140348: Fix using | on unusual objects plus Unions (GH-140383) (#140948) 2025-11-03 15:16:03 +00:00
weakrefobject.c

Source files for various builtin objects