Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9aff2 commit 0d2d759Copy full SHA for 0d2d759
1 file changed
Modules/socketmodule.c
@@ -980,6 +980,7 @@ static PyMethodDef PySocketSock_methods[] = {
980
{"bind", (PyCFunction)PySocketSock_bind},
981
{"close", (PyCFunction)PySocketSock_close},
982
{"connect", (PyCFunction)PySocketSock_connect},
983
+ {"connect_ex", (PyCFunction)PySocketSock_connect_ex},
984
{"fileno", (PyCFunction)PySocketSock_fileno},
985
#ifndef NO_DUP
986
{"dup", (PyCFunction)PySocketSock_dup},
0 commit comments