Skip to content

Commit 17b9d10

Browse files
committed
gh-137293 clear exception
1 parent 8086288 commit 17b9d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/remote_debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ search_linux_map_for_section(proc_handle_t *handle, const char* secname, const c
733733
break;
734734
}
735735
if (PyErr_Occurred()){
736-
PyErr_Print();
736+
PyErr_Clear();
737737
}
738738
}
739739
}

0 commit comments

Comments
 (0)