mypy
306ff8bf - Fix handling of named tuples in class match pattern (#18663)

Commit
1 year ago
Fix handling of named tuples in class match pattern (#18663) Fixes https://github.com/python/mypy/issues/15299 The fix is straightforward, named tuples should be properly represented as tuples with fallback, not as instances.
Author
Parents
Loading