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 anacrolix, doko, exarkun, lekma, loewis, neologix, nvetoshkin, pitrou, socketpair, vstinner
Date 2013-08-27.23:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377645791.56.0.799774782773.issue10115@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4 now uses accept4() internally for socket.socket.accept(), the new socket is created non-inheritable. See the PEP 446 for more information (PEP implemented in the issue #18571).
History
Date User Action Args
2013-08-27 23:23:11vstinnersetrecipients: + vstinner, loewis, doko, exarkun, pitrou, lekma, anacrolix, nvetoshkin, neologix, socketpair
2013-08-27 23:23:11vstinnersetmessageid: <1377645791.56.0.799774782773.issue10115@psf.upfronthosting.co.za>
2013-08-27 23:23:11vstinnerlinkissue10115 messages
2013-08-27 23:23:11vstinnercreate