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 vstinner
Recipients Christophe.Devriese, gregory.p.smith, nadeem.vawda, neologix, pitrou, vstinner
Date 2013-01-09.00:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357691818.52.0.528231265113.issue12107@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I completly forgot the client socket for TCP servers: updated patch. The patch version 2 uses fcntl()+FD_CLOEXEC after accept(). It is not atomic, but I prefer to leave to problem to issue #10115:

"can be fixed on systems that support it through accept4(), but it seems to break badly on some systems, see issue #10115"
History
Date User Action Args
2013-01-09 00:36:58vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, nadeem.vawda, neologix, Christophe.Devriese
2013-01-09 00:36:58vstinnersetmessageid: <1357691818.52.0.528231265113.issue12107@psf.upfronthosting.co.za>
2013-01-09 00:36:58vstinnerlinkissue12107 messages
2013-01-09 00:36:58vstinnercreate