Cleanup: remove redundant PyErr_Clear calls after PyErr_Fetch

This commit is contained in:
2022-05-03 17:52:11 +10:00
parent 1fc95d829f
commit a821a2db3d
2 changed files with 0 additions and 5 deletions

View File

@@ -869,8 +869,6 @@ PyObject *PyC_ExceptionBuffer(void)
PyErr_Fetch(&error_type, &error_value, &error_traceback);
PyErr_Clear();
/* import io
* string_io = io.StringIO()
*/