[New-bugs-announce] [issue11157] Use socket.accept4 syscall under linux

Марк Коренберг report at bugs.python.org
Wed Feb 9 06:37:30 CET 2011


New submission from Марк Коренберг <socketpair at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11157>
_______________________________________


More information about the New-bugs-announce mailing list