cpython/Objects
2024-05-29 09:51:19 +02:00
..
clinic gh-116126: Implement PEP 696 (#116129) 2024-05-03 06:17:32 -07:00
mimalloc
stringlib gh-119396: Optimize unicode_repr() (#119617) 2024-05-28 18:05:20 +02:00
abstract.c
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-119180: Add LOAD_COMMON_CONSTANT opcode (#119321) 2024-05-22 00:46:39 +00:00
complexobject.c gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619) 2024-05-29 09:51:19 +02: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
exception_handling_notes.txt
exceptions.c gh-118702: Implement vectorcall for BaseException (#118703) 2024-05-10 21:08:24 +02:00
fileobject.c
floatobject.c gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619) 2024-05-29 09:51:19 +02:00
frame_layout.md
frameobject.c gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is complete. (#119234) 2024-05-21 17:08:51 +00:00
funcobject.c gh-119180: PEP 649: Add __annotate__ attributes (#119209) 2024-05-22 04:38:12 +02: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-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619) 2024-05-29 09:51:19 +02: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.c gh-117657: Fix data races when writing / reading ob_gc_bits (#118292) 2024-05-08 16:03:39 -04: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 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
tupleobject.c
typeobject.c gh-119011: type.__type_params__ now return an empty tuple (#119296) 2024-05-28 18:12:58 +00: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-119396: Optimize unicode_repr() (#119617) 2024-05-28 18:05:20 +02:00
unicodetype_db.h
unionobject.c
weakrefobject.c gh-118519: Fix empty weakref list check (#118520) 2024-05-02 13:03:29 -07:00

Source files for various builtin objects