STINNER Victor added the comment:

Ok, so Python 3.4 works as expected on Mac OS X 10.4. It's probably because 
Python 3.4 uses ioctl() if available. Maybe ioctl() works, but not fcntl().

os.urandom() only *tries* to make the file descriptor non-inheritable. It would 
be possible to backport some features of the PEP 446 but the code would be much 
more complex.

Please apply issue23458_tiger.patch, it's ok to skip the test.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to