-
- Downloads
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
For example: tuple[*Ts, list[T]][int, str, bool]
Showing
- Lib/test/test_typing.py 7 additions, 1 deletionLib/test/test_typing.py
- Misc/NEWS.d/next/Core and Builtins/2022-05-30-10-22-46.gh-issue-93345.gi1A4L.rst 2 additions, 0 deletions...nd Builtins/2022-05-30-10-22-46.gh-issue-93345.gi1A4L.rst
- Objects/genericaliasobject.c 1 addition, 1 deletionObjects/genericaliasobject.c
Loading
Please register or sign in to comment