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 Gustavo Goretkin
Recipients Gustavo Goretkin, ned.deily, ronaldoussoren
Date 2016-02-11.22:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455229969.04.0.594716198456.issue26343@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like cpython will check to see if O_CLOEXEC is #defined. 

In my system's /usr/include/sys/fcntl.h

#if __DARWIN_C_LEVEL >= 200809L
#define O_CLOEXEC       0x1000000       /* implicitly set FD_CLOEXEC */
#endif
History
Date User Action Args
2016-02-11 22:32:49Gustavo Goretkinsetrecipients: + Gustavo Goretkin, ronaldoussoren, ned.deily
2016-02-11 22:32:49Gustavo Goretkinsetmessageid: <1455229969.04.0.594716198456.issue26343@psf.upfronthosting.co.za>
2016-02-11 22:32:49Gustavo Goretkinlinkissue26343 messages
2016-02-11 22:32:48Gustavo Goretkincreate