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 arigo
Recipients arigo
Date 2016-12-06.11:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025323.27.0.498691434506.issue28884@psf.upfronthosting.co.za>
In-reply-to
Content
(B1) on modern Linux: if the first call in the process to
  socketpair() ends in a EINVAL, then cpython will (possibly wrongly)
  assume it was caused by SOCK_CLOEXEC and not use SOCK_CLOEXEC at all
  in the future
History
Date User Action Args
2016-12-06 11:55:23arigosetrecipients: + arigo
2016-12-06 11:55:23arigosetmessageid: <1481025323.27.0.498691434506.issue28884@psf.upfronthosting.co.za>
2016-12-06 11:55:23arigolinkissue28884 messages
2016-12-06 11:55:23arigocreate