| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
These are positional-only on dict, so it makes sense to mark them as positional-only in these base classes too. Fixes #5771
|
Lots of stubtest complaints about incompatible overrides and runtime inconsistencies. Marking as draft until I resolve those. |
Sorry, something went wrong.
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Sorry, something went wrong.
|
@JelleZijlstra this caused this regression: python/mypy#11831 Maybe we can do it other way around? Restore named args in MutableMapping and create incompatible overrides for dict with pos-only args? |
Sorry, something went wrong.
|
#6694 does that but I think it's the wrong solution; we can discuss there. (Though note that I'll have limited availability for the next two weeks.) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
These are positional-only on dict, so it makes sense to mark them as positional-only in these base classes too.
Fixes #5771