Victor Stinner a858bbde03 Avoid fcntl() if possible in set_inheritable()
Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC
is already set/cleared. This change only impacts platforms using the fcntl()
implementation of set_inheritable() (not Linux nor Windows).
2016-04-17 16:51:52 +02:00
..
2015-08-24 20:23:27 -07:00
2016-02-25 23:25:14 -08:00
2016-01-26 00:40:57 +01:00
2016-03-23 09:52:13 +01:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-04-12 22:38:22 +02:00
2016-01-26 00:40:57 +01:00

Miscellaneous source files for the main Python shared library