mypy
61a9b922
- Fix crash when nested class appears in a protocol (#13489)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Fix crash when nested class appears in a protocol (#13489) Fixes #6393 This is unspecified behavior in terms of PEP 544, so we just try to do something meaningful (see test case). At least we should not crash.
References
#13489 - Fix crash when nested class appears in a protocol
Author
ilevkivskyi
Parents
f83835cd
Loading