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
The expression (yield) produces a NotImplementedError instead of the expected a SyntaxError: 'yield' outside function. Found this during #2048 while playing with the fuzz parser.
The expression
(yield)produces aNotImplementedErrorinstead of the expected aSyntaxError: 'yield' outside function. Found this during #2048 while playing with the fuzz parser.