commit | b7a2c17be8411bc4c7a2babdc650074c14204aa8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 02 16:29:02 2018 +0200 |
committer | GitHub <noreply@github.com> | Fri Feb 02 16:29:02 2018 +0200 |
tree | e3816d8aa190bb23b8fa362deeb36153f05e9369 | |
parent | b60f43a0e6052b29517931eea591b0b29903f382 [diff] |
[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 1fb72d2ad243c965d4432b4e93884064001a2607)