(original) (raw)
Looks to me the prohibition was to prevent a crash. It makes more sense to fix it.
On Dec 28, 2017 03:39, "Serhiy Storchaka" <storchaka@gmail.com> wrote:
Currently 'continue' is prohibited inside 'finally' clause, but 'break' and 'return' are allowed. What is the r
'continue' was prohibited in https://bugs.python.org/issue1542451. Should we prohibit also 'break' and 'return' or allow
'continue'? 'break' and 'return' are never used inside 'finally' clause in the stdlib.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido% 40python.org