[issue11157] Use socket.accept4 syscall under linux

2011-02-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is a duplicate of issue10115. -- nosy: +pitrou resolution: -> duplicate status: open -> closed superseder: -> Support accept4() for atomic setting of flags at socket creation ___ Python tracker

[issue11157] Use socket.accept4 syscall under linux

2011-02-08 Thread Марк Коренберг
New submission from Марк Коренберг : 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 statu