-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
stubgen crash when a referenced module is a DLL #14028
Labels
Comments
Thanks, want to make a PR? :-) |
Given how simple the fix you did for stubtest was, sure, I can try it out. |
Avasam
added a commit
to Avasam/mypy
that referenced
this issue
Jan 14, 2023
hauntsaninja
added a commit
to hauntsaninja/mypy
that referenced
this issue
Jan 22, 2023
JukkaL
pushed a commit
that referenced
this issue
Jan 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash Report
Same as #13822 (#13822 (comment)), but for stubgen. I've just tried it out in 0.990
stubgen crashes when a referenced module is a DLL, as it seemingly tries to parse the
.dll
's content as text.Traceback
To Reproduce
pip install pywin32
stubgen -p pywintypes
Your Environment
mypy.ini
(and other config files): (see above)The text was updated successfully, but these errors were encountered: