SIGN IN SIGN UP

Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)

If the PyObject_MALLOC() call failed in PyType_FromSpecWithBases(),
PyObject_Free() would be called on a static string in type_dealloc().
Z
Zackery Spytz committed
0613c1e481440aa8f54ba7f6056924c175fbcc13
Parent: e657624
Committed by Petr Viktorin <pviktori@redhat.com> on 5/9/2019, 6:33:31 PM