blob: 7290b47dcc15ca49cbce9fbe8aff0c18687ca56f [file] [log] [blame]
``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
initialize with a keyword argument. Previously, this would cause the
interpreter to crash. Patch by Ken Jin.