[issue23458] [2.7] random: make the file descriptor non-inheritable (on POSIX)

Ned Deily report at bugs.python.org
Tue Mar 17 09:41:39 CET 2015


Ned Deily added the comment:

FD_CLOEXEC is first support on OS X 10.5.  Here's a patch to skip the test on earlier systems: tested on 10.4, 10.5, and 10.10.

----------
nosy: +ned.deily
stage:  -> commit review
Added file: http://bugs.python.org/file38516/issue23458_tiger.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23458>
_______________________________________


More information about the Python-bugs-list mailing list