Stubtest: Many false positives when the runtime has a TypedDict
#14983
Labels
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
topic-stubtest
topic-typed-dict
Bug Report
Given a stub that looks like this:
And a runtime that looks like this:
Stubtest emits the following errors, all of which are false positives:
This came up in python/typeshed#9975
Expected Behavior
No error should be reported; the TypedDicts are identical.
Your Environment
The text was updated successfully, but these errors were encountered: