typing icon indicating copy to clipboard operation
typing copied to clipboard

Delete "Passing kwargs inside a function to another function section"

Open yangdanny97 opened this issue 7 months ago • 0 comments

The context is in example 2 from https://github.com/python/typing/pull/1918

It doesn't make sense to enforce this requirement for just **kwargs but not any other arguments annotated with a TypedDict, and additionally, no typecheckers currently implement this.

It seems like https://discuss.python.org/t/typing-spec-inconsistency-for-unpacking-typed-dict-kwargs/79640 didn't get any responses. I'll bump the discussion again but for now I'll make a PR here so I don't forget about it.

yangdanny97 avatar Apr 05 '25 02:04 yangdanny97