crash for a very specific invocation of mypy: assert isinstance(visitor, SyntheticTypeVisitor)
#19286
Labels
assert isinstance(visitor, SyntheticTypeVisitor)
#19286
Crash Report
unfortunately I have not been able to narrow this down further -- but will include a full reproduction
for some reason it seems to be ok (not crash at least!) if I run mypy on different files in the source tree such as
mypy src/sentry
Traceback
To Reproduce
see above -- reproduction unfortunately uses https://github.com/getsentry/sentry which is a fairly large codebase, lots of dependencies, a quite complicated mypy config, and several mypy plugins.
Your Environment
mypy.ini
(and other config files): (see above)The text was updated successfully, but these errors were encountered: