Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
_StoreCallSig
to inline form
While working on python/mypy#16715 I've noticed that `_StoreCallSig` uses class form, while having `__kw` field. This field will be mangled. This is not something typing users want. See python/cpython#129567
- Loading branch information