[issue28724] Add method send_io, recv_io to the socket module.

Shinya Okano report at bugs.python.org
Thu Nov 17 10:05:33 EST 2016


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: socket_send_io_recv_io.patch
keywords: patch
messages: 281041
nosy: tokibito
priority: normal
severity: normal
status: open
title: Add method send_io, recv_io to the socket module.
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file45519/socket_send_io_recv_io.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28724>
_______________________________________


More information about the Python-bugs-list mailing list