Kaydet (Commit) ba7cc0cf authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove unnecessary PyErr_Clear().

üst 234e260d
......@@ -361,7 +361,6 @@ r_long64(p)
(void) PyFile_WriteString(
"Warning: un-marshal 64-bit int in 32-bit mode\n",
f);
PyErr_Clear();
}
#endif
return x;
......
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