Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

continue keyword inside finally block #1688

@jakebailey

Description

@jakebailey

This code is legal in 3.8+:

for x in range(10):
    try:
        pass
    finally:
        continue

But we show:

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions