This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use socket.accept4 syscall under linux
Type: enhancement Stage:
Components: IO, Library (Lib) Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Support accept4() for atomic setting of flags at socket creation
View: 10115
Assigned To: Nosy List: pitrou, socketpair
Priority: normal Keywords:

Created on 2011-02-09 05:37 by socketpair, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg128205 - (view) Author: Марк Коренберг (socketpair) * Date: 2011-02-09 05:37
socket.accept() should have optional argument flags. see 'man accept4'
It should use fcntl() if accept4() not supported.

This is performance issue.
msg128208 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-02-09 12:42
This is a duplicate of issue10115.
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55366
2011-02-09 12:42:00pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg128208

superseder: Support accept4() for atomic setting of flags at socket creation
resolution: duplicate
2011-02-09 05:37:29socketpaircreate