Open
Description
Bug report
The following code paths should probably returns some sort of exception status (possibly _PyStatus_NO_MEMORY()
).
Lines 2084 to 2088 in a1551b4
Lines 2090 to 2096 in a1551b4
Note that PyInterpreterState_New()
currently never returns NULL -- it calls Py_FatalError()
instead -- but we should probably still handle that case as well.
_PyThreadState_New
can return NULL when out of memory.
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo