diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-01-10 06:59:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 06:59:47 (GMT) |
commit | 81f87bbf9f65702062021a78abd9b8f82c98a414 (patch) | |
tree | 5f0289ff5b48515f408ea94919ea9b9842acb588 /Python/wordcode_helpers.h | |
parent | d16f6176abdecbb7ab231dc78beccfaa095beff6 (diff) | |
download | cpython-81f87bbf9f65702062021a78abd9b8f82c98a414.zip cpython-81f87bbf9f65702062021a78abd9b8f82c98a414.tar.gz cpython-81f87bbf9f65702062021a78abd9b8f82c98a414.tar.bz2 |
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.
Diffstat (limited to 'Python/wordcode_helpers.h')
0 files changed, 0 insertions, 0 deletions