Skip to content

Useless check in generated_cases.c.h? #102028

@Eclips4

Description

@Eclips4

In generated_cases.c.h we have a lot(20) of "useless" checks like that:

if (true) goto pop_2_error;

Does it really need to be here, or should we remove this?
I think, we can just use goto ... instead of if (true) goto ...

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions