Kaydet (Commit) a135cb81 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #23618: Ooops, remove abort() added for debug purpose

üst 38aec752
......@@ -2592,7 +2592,6 @@ sock_connect_impl(PySocketSockObject *s, void* Py_UNUSED(data))
if (err != 0) {
/* sock_call_ex() uses GET_SOCK_ERROR() to get the error code */
SET_SOCK_ERROR(err);
abort();
return 0;
}
return 1;
......
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