Message309298
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> |
|
Date |
User |
Action |
Args |
2017-12-31 19:14:55 | pitrou | set | recipients:
+ pitrou, serhiy.storchaka, yselivanov |
2017-12-31 19:14:55 | pitrou | set | messageid: <1514747695.25.0.467229070634.issue32468@psf.upfronthosting.co.za> |
2017-12-31 19:14:55 | pitrou | link | issue32468 messages |
2017-12-31 19:14:54 | pitrou | create | |
|