Files
cpython/Objects/tupleobject.c
Serhiy Storchaka 1fb72d2ad2 bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
2017-12-03 22:12:11 +02:00

30 KiB