Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39994: Fix pprint handling of dict subclasses that override __repr__ #21892

Merged
merged 2 commits into from
Aug 30, 2020

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Aug 15, 2020

https://bugs.python.org/issue39994

Co-authored-by: Palak Kumar Jha

Lib/test/test_pprint.py Outdated Show resolved Hide resolved
Lib/test/test_pprint.py Outdated Show resolved Hide resolved
@iritkatriel iritkatriel changed the title bpo-39994: fix pprint handling of dict subclasses that override __repr__ bpo-39994: Fix pprint handling of dict subclasses that override __repr__ Aug 30, 2020
@iritkatriel iritkatriel reopened this Aug 30, 2020
@serhiy-storchaka serhiy-storchaka merged commit 582f137 into python:master Aug 30, 2020
@iritkatriel iritkatriel deleted the pprint-fix branch September 2, 2020 12:52
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
@iritkatriel iritkatriel added the type-bug An unexpected behavior, bug, or error label Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants