cpython/Objects
Miss Islington (bot) e9c11b7495
[3.14] gh-141042: fix sNaN's packing for mixed floating-point formats (GH-141107) (#141459)
gh-141042: fix sNaN's packing for mixed floating-point formats (GH-141107)
(cherry picked from commit 23d85a2a3f)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
2025-11-12 10:33:34 +00:00
..
clinic
mimalloc
stringlib
abstract.c
boolobject.c
bytearrayobject.c
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-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140743) 2025-10-30 22:33:35 +05:30
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-140431: Fix GC crash due to partially initialized coroutines (gh-140470) (gh-140504) 2025-10-23 14:44:21 +00: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
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
picklebufobject.c
rangeobject.c
README
setobject.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
sliceobject.c
structseq.c
templateobject.c
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-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140436) 2025-10-21 20:45:06 -07:00
typeslots.inc
typeslots.py
typevarobject.c
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