New submission from Марк Коренберг <socketp...@gmail.com>:
socket.accept() should have optional argument flags. see 'man accept4' It should use fcntl() if accept4() not supported. This is performance issue. ---------- components: IO, Library (Lib) messages: 128205 nosy: mmarkk priority: normal severity: normal status: open title: Use socket.accept4 syscall under linux type: feature request _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11157> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com