Skip to content

(exc, val, tb) triplet to one value #106

@iritkatriel

Description

@iritkatriel

@markshannon suggested to change the (exc, val, tb) triplets on the interpreter that represent exceptions into one: if it's a normalized exception, just the exception itself. If it isn't, make it a 3-tuple of the values.

The advantage is that 3 POPS and pushes become one, and the code is simplified in various places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions