summaryrefslogtreecommitdiffstats
path: root/Python/dynamic_annotations.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-10 07:30:59 (GMT)
committerGitHub <noreply@github.com>2021-01-10 07:30:59 (GMT)
commit5ded7efa6a7a232dd4a41e6e65e4dae47146514b (patch)
tree119d9e200c3f801507db83dbaec65a9429c3f66f /Python/dynamic_annotations.c
parentca8e96d1edbeb536f58da91e607082463398fce1 (diff)
downloadcpython-5ded7efa6a7a232dd4a41e6e65e4dae47146514b.zip
cpython-5ded7efa6a7a232dd4a41e6e65e4dae47146514b.tar.gz
cpython-5ded7efa6a7a232dd4a41e6e65e4dae47146514b.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. (cherry picked from commit 81f87bbf9f65702062021a78abd9b8f82c98a414) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Python/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions