Message307687
def func():
try:
try:
raise RuntimeError
except:
return 1
finally:
return 3
func()
Sorry, I've been collecting a whole slew of code snippets that cause issues with the "unwind_stack" branch. I haven't organized them and made unit tests out of them though. Two packages I found hairy try/except/finally code are "tox" and "gevent". |
|
| Date |
User |
Action |
Args |
| 2017-12-05 21:24:42 | nascheme | set | recipients:
+ nascheme, rhettinger, mark.dickinson, ncoghlan, pitrou, christian.heimes, benjamin.peterson, trent, Mark.Shannon, serhiy.storchaka, Demur Rumed |
| 2017-12-05 21:24:42 | nascheme | set | messageid: <[email protected]> |
| 2017-12-05 21:24:42 | nascheme | link | issue17611 messages |
| 2017-12-05 21:24:42 | nascheme | create | |
|