Commit 767c376a authored by chris's avatar chris

*** empty log message ***

parent 43c589b2
......@@ -909,6 +909,7 @@ save_dict(ARG(Picklerobject *, self), ARG(PyObject *, args))
return NULL;
i = 0;
while (PyDict_Next(args, &i, &key, &value))
{
if ((safe_key = safe(key)) == -1)
......
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