[issue32468] Frame repr should be more helpful

2017-12-31 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32468] Frame repr should be more helpful

2017-12-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 14709144b521b9916f798a43aac9dc44fd44f6ca by Antoine Pitrou in branch 'master': bpo-32468: Better frame repr() (#5067) https://github.com/python/cpython/commit/14709144b521b9916f798a43aac9dc44fd44f6ca --

[issue32468] Frame repr should be more helpful

2017-12-31 Thread Yury Selivanov
Yury Selivanov added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue32468] Frame repr should be more helpful

2017-12-31 Thread Antoine Pitrou
Change by Antoine Pitrou : -- keywords: +patch pull_requests: +4941 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32468] Frame repr should be more helpful

2017-12-31 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue32468] Frame repr should be more helpful

2017-12-31 Thread Antoine Pitrou
New submission from Antoine Pitrou : Currently a frame's repr looks like this: >>> f It would be more helpful if it displayed something like: >>> f -- components: Interpreter Core messages: 309298 nosy: pitrou, serhiy.storchaka, yselivanov priority: normal severity: normal status: o