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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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 --tbandmypy --pdbare segfaulting without any info.gdbis 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