-
- Downloads
gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412)
* Fix substitution of TypeVarTuple and ParamSpec together in user generics. * Fix substitution of ParamSpec followed by TypeVarTuple in generic aliases. * Check the number of arguments in substitution in user generics containing a TypeVarTuple and one or more TypeVar.
Showing
- Lib/test/test_typing.py 81 additions, 0 deletionsLib/test/test_typing.py
- Lib/typing.py 30 additions, 41 deletionsLib/typing.py
- Misc/NEWS.d/next/Library/2022-11-12-12-08-34.gh-issue-99344.7M_u8G.rst 2 additions, 0 deletions...ext/Library/2022-11-12-12-08-34.gh-issue-99344.7M_u8G.rst
- Misc/NEWS.d/next/Library/2022-11-12-12-10-23.gh-issue-99379.bcGhxF.rst 2 additions, 0 deletions...ext/Library/2022-11-12-12-10-23.gh-issue-99379.bcGhxF.rst
- Misc/NEWS.d/next/Library/2022-11-12-12-15-30.gh-issue-99382.dKg_rW.rst 2 additions, 0 deletions...ext/Library/2022-11-12-12-15-30.gh-issue-99382.dKg_rW.rst
Loading
Please register or sign in to comment