Closed
Description
Bug report
This code is problematic:
cpython/Objects/genericaliasobject.c
Lines 565 to 569 in dc03ce7
Why? Py_GenericAlias
can return NULL
in different cases:
cpython/Objects/genericaliasobject.c
Lines 995 to 999 in dc03ce7
So, we need to check for NULL
.