cpython/Objects
Victor Stinner 16f96a4cf9
bpo-46670: Remove unused get_frame_state() function (GH-31177)
The PyFrame_MAXFREELIST macro is no longer defined.
2022-02-07 01:25:44 +01:00
..
clinic
stringlib
README
abstract.c bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031) 2022-02-03 11:43:25 +02:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749) 2022-01-21 17:53:13 +01:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965) 2022-01-27 19:32:12 +00:00
complexobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
descrobject.c docs: correct outdated MappingProxyType docstrings (#30281) 2022-01-19 13:20:43 -08:00
dictnotes.txt
dictobject.c bpo-46072: Add some object layout and allocation stats (GH-31051) 2022-02-01 15:05:18 +00:00
enumobject.c bpo-46527: allow calling enumerate(iterable=...) again (GH-30904) 2022-01-27 00:46:48 +09:00
exception_handling_notes.txt
exceptions.c bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938) 2022-01-27 03:00:55 +01:00
fileobject.c
floatobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
frameobject.c bpo-46670: Remove unused get_frame_state() function (GH-31177) 2022-02-07 01:25:44 +01:00
funcobject.c bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) 2022-01-05 04:25:54 -08:00
genericaliasobject.c
genobject.c bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723) 2022-01-24 11:08:53 +00:00
interpreteridobject.c
iterobject.c
listobject.c bpo-46417: _PyList_Fini() clears indexerr (GH-30815) 2022-01-23 02:20:44 +01:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-46407: Fix long_mod refleak (GH-31025) 2022-01-31 11:41:14 +01:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c bpo-46417: Clear Unicode static types at exit (GH-30806) 2022-01-22 22:55:39 +01:00
obmalloc.c bpo-46072: Add some object layout and allocation stats (GH-31051) 2022-02-01 15:05:18 +00:00
odictobject.c
picklebufobject.c
rangeobject.c
setobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
sliceobject.c
structseq.c bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal (GH-30988) 2022-01-28 14:08:32 +01:00
tupleobject.c bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) 2022-01-21 23:33:43 +01:00
typeobject.c bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) 2022-02-02 07:57:51 -08:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-46417: Clear Unicode static types at exit (GH-30806) 2022-01-22 22:55:39 +01:00
unicodetype_db.h
unionobject.c
weakrefobject.c bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938) 2022-01-27 03:00:55 +01:00

README

Source files for various builtin objects