cpython/Objects
Serhiy Storchaka b7a2c17be8
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2ad2)
2018-02-02 16:29:02 +02:00
..
stringlib
abstract.c
boolobject.c
bufferobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
capsule.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) 2018-02-02 16:29:02 +02:00
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c