This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrei.avk
Recipients andrei.avk, iritkatriel, jbw, moi90, serhiy.storchaka
Date 2021-10-19.18:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634668938.77.0.681004411028.issue43656@roundup.psfhosted.org>
In-reply-to
Content
related issue: https://bugs.python.org/issue20853

similarly to this, if args cmd is used in pdb in the TestClass __init__ method, `self` will be displayed, which means the TestClass.__str__ or __repr__ will run, lacking any required state set in the __init__ after current line; - causing an exception and pdb quitting.

I wonder if one fix can be applied to both issues. I will think about it. I'll also think if this issue should be reopened.
History
Date User Action Args
2021-10-19 18:42:18andrei.avksetrecipients: + andrei.avk, serhiy.storchaka, iritkatriel, moi90, jbw
2021-10-19 18:42:18andrei.avksetmessageid: <1634668938.77.0.681004411028.issue43656@roundup.psfhosted.org>
2021-10-19 18:42:18andrei.avklinkissue43656 messages
2021-10-19 18:42:18andrei.avkcreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.