mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
PySocketSock_methods: Added "connect_ex" so the method can actually be
called!
This commit is contained in:
@@ -980,6 +980,7 @@ static PyMethodDef PySocketSock_methods[] = {
|
||||
{"bind", (PyCFunction)PySocketSock_bind},
|
||||
{"close", (PyCFunction)PySocketSock_close},
|
||||
{"connect", (PyCFunction)PySocketSock_connect},
|
||||
{"connect_ex", (PyCFunction)PySocketSock_connect_ex},
|
||||
{"fileno", (PyCFunction)PySocketSock_fileno},
|
||||
#ifndef NO_DUP
|
||||
{"dup", (PyCFunction)PySocketSock_dup},
|
||||
|
||||
Reference in New Issue
Block a user