Disallow all ending statements (continue/break/return) inside of finally

Aug. 13, 2019
6:23 a.m.
About 2 days ago i was writing a blog post and i thought why dont i use a

August 2019
6:24 a.m.
continue inside of finally, a new feature of python. But it crashed the interpreter, Then i submited a bug report and saw there are other cases where it crashes to. I think we shouldnt allow continue/break/return inside of finally as a language standard. https://bugs.python.org/issue37830

August 2019
6:24 a.m.
continue inside of finally, a new feature of python. But it crashed the interpreter, Then i submited a bug report and saw there are other cases where it crashes to. I think we shouldnt allow continue/break/return inside of finally as a language standard. https://bugs.python.org/issue37830
2045
Age (days ago)
2045
Last active (days ago)
1 comments
1 participants
participants (1)
-
Batuhan Taskaya