Марк Коренберг <socketp...@gmail.com> added the comment:

Well, I understand. So why not to add 'e' (and 'N', which is the same meaning) 
character, which:

* use O_CLOEXEC in modern Linux
* generate Exception if O_CLOEXEC is not supported (or does not work) on 
platform. 

Also, implement O_CLOEXEC for open() in Windows using appropriate 
securityattributes with CreateFile()

?

----------

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

Reply via email to