-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Internal error #3415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
I found a smaller reproducer: try:
from subprocess import CalledProcessError
except ImportError:
class CalledProcessError(object):
pass |
Could you bisect it? |
Yeah, it's my mistake. Please check the PR. |
So since you withdrew the fix we need to merge the revert, right? |
JukkaL
pushed a commit
that referenced
this issue
May 23, 2017
Yup, resubmitting the fix now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the latest mypy from master (commit 13b7573) and I got an internal error. I didn't get this error with mypy version 0.511.
File which caused the traceback: https://github.com/zulip/zulip/blob/master/api/integrations/perforce/git_p4.py
This was the only file I ran mypy on.
I didn't use any extra flags with mypy (except
--tb
to generate the traceback once I got the internal error).Here's the traceback:
The text was updated successfully, but these errors were encountered: