mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
Remove unnecessary PyErr_Clear().
This commit is contained in:
parent
234e260d5e
commit
ba7cc0cfba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user