Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all
attributes before handling errors _Pickler_New() now calls PyObject_GC_Del() instead of Py_DECREF() on error, because the pickle object is created using PyObject_GC_New(). Fix a crash in the destructor when an attribute is not initiallized.
V
Victor Stinner committed
68c8ea25f1b4354cc073d2ebcd5f8cc8acef0b42
Parent: 3bf5f53