…age in `PyInterpreterState_New()` (pythonGH-8767) * A pointer in `PyInterpreterState_New()` could have been `NULL` when being dereferenced. * Memory was leaked in `PyInterpreterState_New()` when taking some error-handling code path. (cherry picked from commit 95d630e) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
|
Windows failed in Azure Pipelines because of an unrelated error. |
A pointer in
PyInterpreterState_New()could have beenNULLwhen being dereferenced.Memory was leaked in
PyInterpreterState_New()when taking some error-handling code path.(cherry picked from commit 95d630e)
Co-authored-by: Pablo Galindo Pablogsal@gmail.com