Assignability rule for unpacked kwargs is not enforced #9807
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
spec compliance
The typing spec indicates that a callable without a kwargs parameter cannot be assigned to a callable with a kwargs with an unpacked (non-closed) TypedDict.
For more details, see this PR to the conformance tests.
The text was updated successfully, but these errors were encountered: