You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when overriding with unpacked TypedDict (#17359)
Fixes#17208
While writing the fix (that is trivial), I could not notice that the
relevant code simply assumes functions can have nothing but positional
parameters. This could lead really misleading error messages, so I
decided to fix this as well.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments