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 pitrou
Recipients pitrou, serhiy.storchaka, yselivanov
Date 2017-12-31.19:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514747695.25.0.467229070634.issue32468@psf.upfronthosting.co.za>
In-reply-to
Content
Currently a frame's repr looks like this:

>>> f
<frame object at 0x7f7b8a8ecb08>

It would be more helpful if it displayed something like:

>>> f
<frame object at 0x7f7b8a8ecb08, file "/home/antoine/cpython/default/Lib/logging/__init__.py", line 123, code getLogger>
History
Date User Action Args
2017-12-31 19:14:55pitrousetrecipients: + pitrou, serhiy.storchaka, yselivanov
2017-12-31 19:14:55pitrousetmessageid: <1514747695.25.0.467229070634.issue32468@psf.upfronthosting.co.za>
2017-12-31 19:14:55pitroulinkissue32468 messages
2017-12-31 19:14:54pitroucreate