Message197278
> One more substantial question: the top frame of the traceback is
> possibly still running. Currently the code skips it by doing an
> initial 'tb = tb.tb_next'. Would it be better to catch and ignore the
> RuntimeError
> from frame.clear()?
Yes, I think it would be better.
Other than that, the doc lacks a "versionadded" tag.
Thanks! |
|
Date |
User |
Action |
Args |
2013-09-08 16:22:51 | pitrou | set | recipients:
+ pitrou, tim.peters, loewis, akuchling, terry.reedy, vstinner, ghazel, r.david.murray, pconnell |
2013-09-08 16:22:51 | pitrou | link | issue1565525 messages |
2013-09-08 16:22:51 | pitrou | create | |
|