cpython/Objects
Hai Shi ed1a5a5bac
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
The Py_TRASHCAN_BEGIN macro no longer accesses PyTypeObject attributes,
but now can get the condition by calling the new private
_PyTrash_cond() function which hides implementation details.
2020-11-24 23:03:31 +01:00
..
clinic bpo-42246: Partial implementation of PEP 626. (GH-23113) 2020-11-12 09:43:29 +00:00
stringlib
abstract.c bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) 2020-11-10 12:09:55 -08:00
accu.c
boolobject.c
bytearrayobject.c bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) 2020-11-22 22:00:53 +02:00
bytes_methods.c
bytesobject.c bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) 2020-11-22 22:00:53 +02:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-42246: Partial implementation of PEP 626. (GH-23113) 2020-11-12 09:43:29 +00:00
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446) 2020-11-21 19:17:46 +02:00
fileobject.c
floatobject.c
frameobject.c bpo-42246: Partial implementation of PEP 626. (GH-23113) 2020-11-12 09:43:29 +00:00
funcobject.c
genericaliasobject.c bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) 2020-11-15 19:27:23 -08:00
genobject.c bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) 2020-11-10 12:09:55 -08:00
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt bpo-42246: Partial implementation of PEP 626. (GH-23113) 2020-11-12 09:43:29 +00:00
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) 2020-11-24 23:03:31 +01:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) 2020-11-22 13:25:02 +02:00
tupleobject.c
typeobject.c bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) 2020-11-22 13:25:02 +02:00
typeslots.inc bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) 2020-11-10 12:53:46 -08:00
typeslots.py bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) 2020-11-10 12:53:46 -08:00
unicodectype.c
unicodeobject.c bpo-40998: Address compiler warnings found by ubsan (GH-20929) 2020-11-18 07:38:53 -08:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects