You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the way we detect incomplete errors in the codeop module is based on the exception text, which is suboptimal at least. To do this properly, add a new SyntaxError subclass called IncompleteInputError and use that in the codeop module to detect errors from the parser.
Currently the way we detect incomplete errors in the
codeop
module is based on the exception text, which is suboptimal at least. To do this properly, add a newSyntaxError
subclass calledIncompleteInputError
and use that in the codeop module to detect errors from the parser.Linked PRs
The text was updated successfully, but these errors were encountered: