-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
stubtest: understand override #18815
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
Conversation
In
then ran uv lock --script tool/stubtest.py --upgrade , set uv run tool/stubtest.py which resulted in
This looks like the same crash from before that I thought was fixed. Maybe your branch isn't up to date with master or something? |
I created https://github.com/numpy/numtype/tree/mypy-18814 with the repro of the issue and the modifications from #18815 (comment) From there, you can |
Okay cool, in the light of day, I have confirmed this fixes the crash. (I did need to move one or two type ignores around when rebased on top of latest). Thanks for the report/repro! |
Thanks again for the quick fix @hauntsaninja 💪🏻 |
Fixes #18814