[New-bugs-announce] [issue32489] Allow 'continue' in 'finally' clause

Serhiy Storchaka report at bugs.python.org
Wed Jan 3 16:11:07 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

A 'continue' statement is illegal in the 'finally' clause due to a problem with the current implementation. After resolving issue17611 it will be easy to remove this restriction.

----------
assignee: serhiy.storchaka
components: Interpreter Core
messages: 309434
nosy: gvanrossum, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Allow 'continue' in 'finally' clause
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32489>
_______________________________________


More information about the New-bugs-announce mailing list