-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
astbuilderA substantive change is required in the astbuilder flow in order to fix this issueA substantive change is required in the astbuilder flow in order to fix this issueenhancement
Description
It appears that on the latest version 24.11.1
the new "type alias" syntax type foo = bar
introduced in Python3.12 is being ignored. The logs also doesn't show anything (even with -v
option).
sample use case:
type MyVec[T] = list[T]
"""This simply binds MyVec -> list"""
Metadata
Metadata
Assignees
Labels
astbuilderA substantive change is required in the astbuilder flow in order to fix this issueA substantive change is required in the astbuilder flow in order to fix this issueenhancement