STINNER Victor added the comment:

My TODO list is almost empty: the implementation is done. I just see possible 
enhancement on Windows: socket.socket() and os.dup() can use an atomic flag to 
set close-on-exec if native functions are used (WSASocket, DuplicateHandle) 
instead of the POSIX API. But it can be done later.

----------

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

Reply via email to