8000 Fix crashes in synthetic types by ilevkivskyi · Pull Request #3322 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Fix crashes in synthetic types #3322

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

Merged
merged 14 commits into from
May 24, 2017
Prev Previous commit
Next Next commit
Fix typo in a test comment
  • Loading branch information
Ivan Levkivskyi committed May 24, 2017
commit 32159cc07451b1a0ba797dab8823a4307a2c48ce
2 changes: 1 addition & 1 deletion test-data/unit/check-classes.test
Original file line number Diff line number Diff line change
Expand Up @@ -3232,7 +3232,7 @@ reveal_type(y['b']) # E: Revealed type is '__main__.B'
[builtins fixtures/dict.pyi]
[out]

-- Dpecial support for six
-- Special support for six
-- -----------------------

[case testSixWithMetaclass]
Expand Down
0