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 alexmojaki
Recipients Arfrever, James.Pye, alexmojaki, eric.snow, georg.brandl, jcea, meador.inge, pitrou
Date 2020-02-19.10:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think this would be very useful in tracebacks. If a traceback line had a more useful name like `MyClass.__init__` instead of just `__init__` or `my_decorator.<locals>.wrapper` instead of just `wrapper` it would provide useful context to the frame.
History
Date User Action Args
2020-02-19 10:15:17alexmojakisetrecipients: + alexmojaki, georg.brandl, jcea, pitrou, Arfrever, meador.inge, eric.snow, James.Pye
2020-02-19 10:15:17alexmojakisetmessageid: <[email protected]>
2020-02-19 10:15:17alexmojakilinkissue13672 messages
2020-02-19 10:15:17alexmojakicreate