-
-
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
[1.11 regression] Infinite recursion with callables and follow imports skip #17954
Labels
Comments
Bisects to #17495 |
hauntsaninja
changed the title
Segmentation fault (recursion limit reached) since mypy 1.11.0 with callables
[1.11 regression] Infinite recursion with callables and follow imports skip
Oct 15, 2024
Yeah, I was a bit worried this may happen, I will take this one. |
JukkaL
pushed a commit
that referenced
this issue
Oct 16, 2024
Fixes #17954 People say something about cache invalidation being one of the hardest problems...
Thanks for the quick fix! |
hauntsaninja
pushed a commit
to hauntsaninja/mypy
that referenced
this issue
Oct 18, 2024
…on#17961) Fixes python#17954 People say something about cache invalidation being one of the hardest problems...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
pydantic_core
installed, the following file:Results in a segmentation fault on compiled version.
The end of the traceback using interpreted from
master
:Your Environment
mypy t.py --config-file mypy.ini
Config file (the two config values are necessary to reproduce):
The text was updated successfully, but these errors were encountered: