0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
cpython/Objects
Sam Gross 4055577221
gh-119999: Fix potential race condition in _Py_ExplicitMergeRefcount (#120000)
We need to write to `ob_ref_local` and `ob_tid` before `ob_ref_shared`.
Once we mark `ob_ref_shared` as merged, some other thread may free the
object because the caller also passes in `-1` as `extra` to give up its
only reference.
2024-06-04 15:26:26 -04:00
..
clinic gh-109218: Improve documentation for the complex() constructor (GH-119687) 2024-05-30 20:20:07 +00:00
mimalloc
stringlib gh-119879: str.find(): Utilize last character gap for two-way periodic needles (#119880) 2024-06-04 03:44:49 -04:00
abstract.c gh-119740: Remove deprecated trunc delegation (#119743) 2024-06-02 10:16:49 +01:00
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631) 2024-05-28 12:01:37 +03:00
call.c
capsule.c
cellobject.c
classobject.c gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454) 2024-05-06 10:50:35 -07:00
codeobject.c gh-117657: Fix race involving immortalizing objects (#119927) 2024-06-03 20:58:41 +00:00
complexobject.c gh-119057: Use better error messages for zero division (#119066) 2024-06-03 19:03:56 +03:00
descrobject.c
dictnotes.txt
dictobject.c gh-112075: Fix dict thread safety issues (#119288) 2024-05-24 10:39:06 -07:00
enumobject.c
exceptions.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
fileobject.c
floatobject.c gh-119057: Use better error messages for zero division (#119066) 2024-06-03 19:03:56 +03:00
frame_layout.md
frameobject.c gh-74929: PEP 667 C API documentation (gh-119379) 2024-06-01 13:59:35 +10:00
funcobject.c gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864) 2024-05-31 14:05:51 -07:00
genericaliasobject.c
genobject.c gh-110209: Add __class_getitem__ for generator and coroutine (#110212) 2024-05-06 18:41:32 -07:00
iterobject.c
listobject.c gh-119053: Implement the fast path for list.__getitem__ (gh-119112) 2024-05-21 09:49:18 -04:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c gh-119057: Use better error messages for zero division (#119066) 2024-06-03 19:03:56 +03:00
memoryobject.c
methodobject.c
moduleobject.c gh-119180: PEP 649: Add __annotate__ attributes (#119209) 2024-05-22 04:38:12 +02:00
namespaceobject.c gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195) 2024-04-25 00:39:54 +03:00
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
object_layout.md
object.c gh-119999: Fix potential race condition in _Py_ExplicitMergeRefcount (#120000) 2024-06-04 15:26:26 -04:00
obmalloc.c
odictobject.c Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
picklebufobject.c
rangeobject.c
README
setobject.c gh-118527: Intern code consts in free-threaded build (#118667) 2024-05-06 20:12:39 -04:00
sliceobject.c
structseq.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
tupleobject.c
typeobject.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
typeslots.inc
typeslots.py
typevarobject.c Rename notimplemented_methods into nodefault_methods (#118896) 2024-05-10 12:46:20 +00:00
unicodectype.c
unicodeobject.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
unicodetype_db.h
unionobject.c
weakrefobject.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00

Source files for various builtin objects