
solipsis at pitrou
Aug 2, 2013, 5:38 AM
Post #29 of 29
(30 views)
Permalink
|
Le Fri, 2 Aug 2013 02:27:43 +0200, Victor Stinner <victor.stinner [at] gmail> a écrit : > 2013/7/28 Antoine Pitrou <solipsis [at] pitrou>: > >> (A) How should we support support where os.set_inheritable() is not > >> supported? Can we announce that os.set_inheritable() is always > >> available or not? Does such platform exist? > > > > FD_CLOEXEC is POSIX: > > http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html > > Ok, but this information does not help me. Does Python support > non-POSIX platforms? (Windows has HANDLE_FLAG_INHERIT.) Python works under POSIX and Windows. Not sure what else you are thinking about :-) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|