Skip to content

Quick mode crash when run twice in strict-optional mode #3281

Description

@gvanrossum

In our codebase we have a case where running quick mode twice crashes.

@euresti reported this.

UPDATE: it's something like

$ rm -rf .mypy_cache
$ mypy -i --strict-optional <files>
<lots of errors>
$ mypy -quick --strict-optional <files>
<lots of errors>
$ mypy -quick --strict-optional <files>
<lots of errors>
<crash>
$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions