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.
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:12 | admin | set | github: 55366 |
| 2011年02月09日 12:42:00 | pitrou | set | status: open -> closed nosy: + pitrou messages: + msg128208 superseder: Support accept4() for atomic setting of flags at socket creation resolution: duplicate |
| 2011年02月09日 05:37:29 | socketpair | create | |