[issue28724] Add method send_io, recv_io to the socket module.
Shinya Okano added the comment: Thanks for reviews and comments. I will work on the weekend. -- ___ Python tracker <http://bugs.python.org/issue28724> ___ ___
[issue28724] Add method send_io, recv_io to the socket module.
New submission from Shinya Okano: This patch makes it easy to pass file descriptor in using AF_UNIX. Ruby language libraries have such methods. see slso: - https://docs.ruby-lang.org/en/2.3.0/UNIXSocket.html#method-i-send_io -- components: Library (Lib) files