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 serhiy.storchaka
Recipients control-k, serhiy.storchaka
Date 2019-08-28.22:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567029687.79.0.0554391929538.issue37971@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.8+ I got:

Traceback (most recent call last):
  File "/home/serhiy/py/cpython/issue37971.py", line 10, in <module>
    def foo():
  File "/home/serhiy/py/cpython/issue37971.py", line 2, in printingdec
    raise Exception()
Exception

The traceback refers to the line where the function is defined.
History
Date User Action Args
2019-08-28 22:01:27serhiy.storchakasetrecipients: + serhiy.storchaka, control-k
2019-08-28 22:01:27serhiy.storchakasetmessageid: <1567029687.79.0.0554391929538.issue37971@roundup.psfhosted.org>
2019-08-28 22:01:27serhiy.storchakalinkissue37971 messages
2019-08-28 22:01:27serhiy.storchakacreate