SIGN IN SIGN UP

bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-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.
P
Pablo Galindo committed
95d630e2213fb0ffc197ec440efa3ae3dbb74f8d
Parent: 745c0f3
Committed by GitHub <noreply@github.com> on 8/31/2018, 9:49:29 PM