Skip to content

[3.6] bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570)#4812

Closed
serhiy-storchaka wants to merge 1 commit into
python:3.6from
serhiy-storchaka:backport-1fb72d2-3.6
Closed

[3.6] bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570)#4812
serhiy-storchaka wants to merge 1 commit into
python:3.6from
serhiy-storchaka:backport-1fb72d2-3.6

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Dec 12, 2017

Copy link
Copy Markdown
Member

instead of crashing due to a stack overflow.

This doesn't touch reprs of other extension types.
(cherry picked from commit 1fb72d2)

https://bugs.python.org/issue32137

…nError (pythonGH-4570)

instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2)
@vstinner

Copy link
Copy Markdown
Member

I now prefer the PR #4689.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants