Message255728
Created another issue for the reprlib bug: issue 25781. It appears we don't even need a generator:
import reprlib
try:
raise RuntimeError
except RuntimeError as ex:
ex.__context__ = ex
reprlib.repr(ex)
Closing this one with "not a bug". |
|
| Date |
User |
Action |
Args |
| 2015-12-02 17:03:22 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, ncoghlan, vstinner, oconnor663 |
| 2015-12-02 17:03:22 | yselivanov | set | messageid: <1449075802.89.0.450025797427.issue25779@psf.upfronthosting.co.za> |
| 2015-12-02 17:03:22 | yselivanov | link | issue25779 messages |
| 2015-12-02 17:03:22 | yselivanov | create | |
|