cpython/Objects
Petr Viktorin 8c8c43e1dc
[3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488)
[3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy  (GH-122309)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
(cherry picked from commit 5912487938)
2024-07-31 09:31:44 +00:00
..
clinic [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
mimalloc [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773) 2024-07-14 17:14:30 +00:00
stringlib
README
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
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 [3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904) 2024-07-17 09:55:22 +00:00
complexobject.c [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803) 2024-05-30 20:44:20 +00:00
descrobject.c [3.13] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120305) 2024-06-11 12:52:27 +03:00
dictnotes.txt
dictobject.c [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122326) 2024-07-30 09:13:31 -07:00
enumobject.c
exception_handling_notes.txt
exceptions.c [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
fileobject.c
floatobject.c [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
frame_layout.md
frameobject.c [3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488) 2024-07-31 09:31:44 +00:00
funcobject.c gh-117657: Disable the function/code cache in free-threaded builds (#118301) 2024-05-03 16:21:04 -04:00
genericaliasobject.c [3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761) 2024-07-14 11:48:33 +00:00
genobject.c gh-110209: Add __class_getitem__ for generator and coroutine (#110212) 2024-05-06 18:41:32 -07:00
iterobject.c
listobject.c [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) 2024-06-21 20:20:41 +00:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
memoryobject.c [3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-120228) (#120238) 2024-06-07 16:23:34 +00:00
methodobject.c
moduleobject.c [3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284) 2024-07-25 14:58:34 +00:00
namespaceobject.c gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195) 2024-04-25 00:39:54 +03:00
object.c [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490) 2024-07-31 00:49:14 +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 [3.13] gh-121460: Skip freeing unallocated arenas (gh-121589) 2024-07-10 17:05:11 +00:00
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541) 2024-07-09 16:36:36 +00:00
sliceobject.c
structseq.c [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) 2024-06-03 23:37:28 +00:00
tupleobject.c [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565) 2024-07-10 08:12:54 +00:00
typeobject.c [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249) 2024-07-29 10:25:02 -06:00
typeslots.inc
typeslots.py
typevarobject.c [3.13] Rename `notimplemented_methods` into `nodefault_methods` (GH-118896) (#118898) 2024-05-10 13:08:31 +00:00
unicodectype.c
unicodeobject.c [3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-122347) 2024-07-27 08:51:02 +00:00
unicodetype_db.h
unionobject.c
weakrefobject.c [3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721) 2024-07-13 16:31:50 +00:00

README

Source files for various builtin objects