mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23618: Ooops, remove abort() added for debug purpose
This commit is contained in:
parent
38aec7525e
commit
a135cb8143
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue