0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Objects
Mark Shannon 00257c746c
GH-119462: Enforce invariants of type versioning (GH-120731)
* Remove uses of Py_TPFLAGS_VALID_VERSION_TAG
2024-06-19 17:38:45 +01:00
..
clinic gh-120080: Accept `None as a valid argument for direct call of the int.__round__` (#120088) 2024-06-07 10:03:28 +02:00
mimalloc
stringlib gh-120196: Reuse find_max_char() for bytes objects (#120497) 2024-06-17 12:21:58 +02: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 gh-120196: Reuse find_max_char() for bytes objects (#120497) 2024-06-17 12:21:58 +02:00
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
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 bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) 2024-06-10 08:55:49 +00:00
dictnotes.txt
dictobject.c gh-83754: Use the Py_TYPE() macro (#120599) 2024-06-17 10:34:29 +02: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-114091: Reword error message for unawaitable types (#114090) 2024-06-17 20:18:17 +05:30
iterobject.c
listobject.c gh-120298: Fix use-after-free in list_richcompare_impl (#120303) 2024-06-11 10:04:27 +03:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c gh-120080: Accept `None as a valid argument for direct call of the int.__round__` (#120088) 2024-06-07 10:03:28 +02:00
memoryobject.c gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228) 2024-06-07 17:58:21 +02:00
methodobject.c
moduleobject.c
namespaceobject.c
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-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601) 2024-06-18 14:28:48 +00:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
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-119462: Enforce invariants of type versioning (GH-120731) 2024-06-19 17:38:45 +01:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c gh-119182: Add PyUnicodeWriter C API (#119184) 2024-06-17 17:10:52 +02:00
unicodetype_db.h
unionobject.c
weakrefobject.c gh-118789: Add PyUnstable_Object_ClearWeakRefsNoCallbacks (#118807) 2024-06-18 09:57:23 -04:00

Source files for various builtin objects