Kaydet (Commit) c26025c5 authored tarafından Georg Brandl's avatar Georg Brandl

Fix ref-antileak in _struct.c which eventually lead to deallocating None.

üst c1282eef
......@@ -1513,7 +1513,7 @@ s_pack_to(PyObject *self, PyObject *args)
return NULL;
}
return Py_None;
Py_RETURN_NONE;
}
static PyObject *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment