Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
Fix a (correct) warning about potential uses of uninitialized memory in _xxsubinterpreter. Unlike newly allocated PyObject structs or global structs, stack-allocated structs are not initialised, and a few places in the code expect the _sharedexception struct data to be either NULL or initialised.
T
T. Wouters committed
89e6a3446184925ee7f17cd0d948c7784a88b8d7
Parent: c00dcf0
Committed by GitHub <noreply@github.com>
on 4/4/2023, 2:51:30 PM