-
Notifications
You must be signed in to change notification settings - Fork 46
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
KeyError on import with dataclasses with variable length Tuple #935
Comments
ichard26
added a commit
to ichard26/mypy
that referenced
this issue
Jul 6, 2022
- Fixes mypyc/mypyc#924 - Fixes mypyc/mypyc#926 - Fixes mypyc/mypyc#935 This is a follow-up of commit 7811f08.
JelleZijlstra
pushed a commit
to python/mypy
that referenced
this issue
Jul 12, 2022
- Fixes mypyc/mypyc#924 - Fixes mypyc/mypyc#926 - Fixes mypyc/mypyc#935 This is a follow-up of commit 7811f08.
Fixed by python/mypy#13078 (thanks @ichard26!) |
hauntsaninja
pushed a commit
to hauntsaninja/mypy
that referenced
this issue
Jul 16, 2022
) - Fixes mypyc/mypyc#924 - Fixes mypyc/mypyc#926 - Fixes mypyc/mypyc#935 This is a follow-up of commit 7811f08.
ilevkivskyi
pushed a commit
to python/mypy
that referenced
this issue
Jul 16, 2022
…13150) - Fixes mypyc/mypyc#924 - Fixes mypyc/mypyc#926 - Fixes mypyc/mypyc#935 This is a follow-up of commit 7811f08. Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
Gobot1234
pushed a commit
to Gobot1234/mypy
that referenced
this issue
Aug 12, 2022
) - Fixes mypyc/mypyc#924 - Fixes mypyc/mypyc#926 - Fixes mypyc/mypyc#935 This is a follow-up of commit 7811f08.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into this while trying out mypyc and managed to put together a minimal reproduction case:
runs as expected with CPython, but when imported after compiling with mypyc fails with:
The text was updated successfully, but these errors were encountered: