Skip to content

support del statement and deletion of except handler names #238

@carljm

Description

@carljm

At runtime, names bound in an except handler are del ed at the end of the except handler block. We should model this as if there were a del statement for the name at the end of the block. And we should also support real del statements.

In both cases, it should take the form of a Definition that causes the name to be unbound.

Metadata

Metadata

Assignees

No one assigned

    Labels

    runtime semanticsAccurate modeling of how Python's semantics work at runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions