bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
If __repr__ uses instance attributes, as normal, and one steps through the __init__ method, debugger may try to get repr before the instance attributes exist. reprlib.repr handles the error.
T
Terry Jan Reedy committed
81f87bbf9f65702062021a78abd9b8f82c98a414
Parent: d16f617
Committed by GitHub <noreply@github.com>
on 1/10/2021, 6:59:47 AM