cpython/Objects
Victor Stinner b4435e20a9
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
* Convert PyObject_INIT() and PyObject_INIT_VAR() macros to static
  inline functions.
* Fix usage of these functions: cast to PyObject* or PyVarObject*.
2018-10-26 14:35:00 +02:00
..
clinic
stringlib
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
call.c
capsule.c
cellobject.c
classobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
codeobject.c
complexobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
memoryobject.c
methodobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 2018-10-26 14:35:00 +02:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects