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
{{ message }}
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
Shouldn't silly things like this be dealt with by always folding constant binary/unary ops similar to CPython's peephole optimizer before the DLR compiler sees the AST?
That way StackOverflowExceptions would be irrelevant to this problem.
If I copy-paste the following code in the REPL (large, 7000 +1 and -1 combinations) and press Enter to evaluate the code, I get this message:
I'd expect a non fatal error message, or the result ;-)
command:
The text was updated successfully, but these errors were encountered: