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 kinow
Recipients ammar2, kinow, serhiy.storchaka
Date 2019-07-22.08:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563783880.95.0.205802335845.issue37647@roundup.psfhosted.org>
In-reply-to
Content
Hi,

Thanks for the explanation. Could you elaborate a bit on this one:

>In Python 3.8 the traceback points to the start of the subexpression that raises an exception.

Just wanted to understand why I get the desired line number when I call Z().__str__(), but when I call simply Z() is returns - as you clarified - the start of the subexpression.
History
Date User Action Args
2019-07-22 08:24:40kinowsetrecipients: + kinow, serhiy.storchaka, ammar2
2019-07-22 08:24:40kinowsetmessageid: <1563783880.95.0.205802335845.issue37647@roundup.psfhosted.org>
2019-07-22 08:24:40kinowlinkissue37647 messages
2019-07-22 08:24:40kinowcreate