cpython/Objects
Benjamin Peterson 4d5d219a7a
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
Many type object initializations labeled a field "tp_size" in the
comment, but the name of that field is tp_basicsize..
(cherry picked from commit 0e0bc4e221)

Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
2018-09-10 10:22:55 -07:00
..
clinic
stringlib
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) 2018-08-25 20:03:48 -04:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826) 2018-08-23 04:03:02 -04:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-24618: Add a check in the code constructor. (GH-8283) 2018-07-16 00:09:44 -07:00
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) 2018-07-06 09:40:17 -07:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) 2018-08-25 03:36:34 -04:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) 2018-09-10 10:22:55 -07:00
namespaceobject.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) 2018-09-10 10:22:55 -07:00
object.c
obmalloc.c
odictobject.c
rangeobject.c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) 2018-08-24 01:34:06 -04:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-25750: fix refcounts in type_getattro() (GH-6118) 2018-09-07 00:50:35 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) 2018-08-19 16:17:53 -04:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects