Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Proxy error for typed-ast (SystemError or "duplicate type signatures") #3127

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

Closed
gvanrossum opened this issue Apr 4, 2017 · 1 comment
Closed

Comments

@gvanrossum
Copy link
Member

gvanrossum commented Apr 4, 2017

This is mostly for people searching our issue tracker. If you get one of these errors and there's nothing wrong with your source, it's probably this typed_ast issue: python/typed_ast#36

  • SystemError: <built-in function _parse> returned a result with an error set
  • Function has duplicate type signatures

This issue should be closed once the typed_ast error is fixed, a new typed_ast error is pushed to PyPI, and the dependencies in mypy master are updated.

@gvanrossum
Copy link
Member Author

I had an internal diff that was consistently failing with this problem and it is passing with python/typed_ast#38 applied, so I am confident that we've nailed the issue.

gvanrossum pushed a commit that referenced this issue Apr 10, 2017
This includes the important uninitialized read fix (python/typed_ast#38).

For cross-reference, see also #3127 (which is now closed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant