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.

Author socketpair
Recipients socketpair
Date 2011-02-09.05:37:29
SpamBayes Score 0.022531437
Marked as misclassified No
Message-id <1297229850.72.0.00775605650951.issue11157@psf.upfronthosting.co.za>
In-reply-to
Content
socket.accept() should have optional argument flags. see 'man accept4'
It should use fcntl() if accept4() not supported.

This is performance issue.
History
Date User Action Args
2011-02-09 05:37:30socketpairsetrecipients: + socketpair
2011-02-09 05:37:30socketpairsetmessageid: <1297229850.72.0.00775605650951.issue11157@psf.upfronthosting.co.za>
2011-02-09 05:37:29socketpairlinkissue11157 messages
2011-02-09 05:37:29socketpaircreate