Replies: 1 comment 1 reply
-
@jace Can you file this in the mypy issues tracker (https://github.com/python/mypy/issues)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some code I was working on last night is causing mypy to segfault. I tried retracing my steps to find the change that broke mypy, without luck. How do I debug it?
Config:
mypy --tb
andmypy --pdb
are segfaulting without any info.gdb
is not available on arm64. I get a bit more info usingfaulthandler
, but all it indicates is the file:The file in question is located at https://github.com/hasgeek/coaster/blob/369ce391f11850f10fc0ab42a52c196188436a50/coaster/views/classview.py
Beta Was this translation helpful? Give feedback.
All reactions