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
Allow deeper recursion in mypy daemon, better error reporting (#17707)
Fixes#17706
Handles recursion error during parse of too complex expressions,
differentiates from internal recursion errors by attempting to unparse
the ast. If builtin ast.unparse fails, then the error is ignored.
Otherwise, re-raises.
0 commit comments