The case generator tool may generate incorrect code for explicit gotos. #102294
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Either the tool needs to reject all explicit
goto
s, or it needs to understand them.Rejecting them all seems easier, and not that much of a burden on the user.
Example of incorrectly generated code: #102287
The text was updated successfully, but these errors were encountered: