Skip to content

Support type syntax from python3.12 #861

@iyakushev

Description

@iyakushev

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

No one assigned

    Labels

    astbuilderA substantive change is required in the astbuilder flow in order to fix this issueenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions