Files
cpython/Modules
Victor Stinner 68c8ea25f1 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.
2013-07-11 22:56:25 +02:00
..
2013-07-08 22:28:27 +02:00
2013-05-08 10:56:32 +03:00
2012-10-25 10:47:46 +01:00
2013-02-13 12:32:32 +00:00
2013-07-10 11:57:39 -04:00
2012-09-29 13:47:39 -04:00
2012-12-14 20:13:39 +02:00
2012-09-29 13:47:39 -04:00
2013-01-01 07:41:51 -08:00
2013-06-20 21:30:32 -04:00