mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Remove unnecessary PyErr_Clear().
This commit is contained in:
parent
234e260d5e
commit
ba7cc0cfba
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue