Crash in substitution of nested TypeVar after TypeVarTuple #93345
Labels
3.11
only security fixes
3.12
bugs and security fixes
topic-typing
type-crash
A hard crash of the interpreter, possibly with a core dump
During work on #93330 I have found an error in the C code which causes crash when substitute a TypeVar in nested generic alias after TypeVarTuple.
For example:
The text was updated successfully, but these errors were encountered: