cpython/Objects
Miss Islington (bot) 829d650ccb
[3.13] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616) (#125797)
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616)
(cherry picked from commit 5b7a872b26)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
2024-10-21 17:06:27 +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] Fix typos (#123775) (#123866) 2024-10-07 23:44:31 +02:00
stringlib
abstract.c
boolobject.c [3.13] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123316) 2024-08-25 19:48:34 +00:00
bytearrayobject.c
bytes_methods.c
bytesobject.c [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) 2024-09-02 15:23:29 +02:00
call.c
capsule.c [3.13] gh-124538: Fix crash when using gc.get_referents on an untracked capsule object (GH-124559) (#124588) 2024-09-26 13:51:58 -07:00
cellobject.c
classobject.c
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
descrobject.c
dictnotes.txt
dictobject.c [3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643) (#124798) 2024-09-30 13:51:24 -07:00
enumobject.c
exception_handling_notes.txt
exceptions.c [3.13] gh-123378: fix a crash in UnicodeError.__str__ (GH-124935) (#125099) 2024-10-08 12:06:57 +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-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616) (#125797) 2024-10-21 17:06:27 +00:00
funcobject.c
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
iterobject.c
listobject.c
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-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (#123936) 2024-09-29 18:23:42 -07: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
object.c [3.13] gh-125221: Fix free-threading data race in object.__reduce_ex__ (GH-125267) (#125305) 2024-10-11 08:26:23 +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 [3.13] gh-119004: fix a crash in equality testing between OrderedDict (GH-121329) (#124507) 2024-09-27 11:34:48 -07:00
picklebufobject.c
rangeobject.c
README
setobject.c [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) 2024-09-02 13:03:04 +02:00
sliceobject.c
structseq.c [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) 2024-09-03 12:36:42 +02:00
tupleobject.c
typeobject.c [3.13] gh-125221: Fix free-threading data race in object.__reduce_ex__ (GH-125267) (#125305) 2024-10-11 08:26:23 +00:00
typeslots.inc
typeslots.py
typevarobject.c [3.13] gh-124498: Fix TypeAliasType not to be generic, when type_params=() (GH-124499) (#124603) 2024-09-29 18:01:06 -07:00
unicodectype.c
unicodeobject.c [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) (#124812) 2024-09-30 18:38:26 -07: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

Source files for various builtin objects