[Python-Dev] PEP 446: Open issues/questions (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri Aug 2 14:38:31 CEST 2013


Le Fri, 2 Aug 2013 02:27:43 +0200, Victor Stinner <victor.stinner at gmail.com> a écrit :

2013/7/28 Antoine Pitrou <solipsis at pitrou.net>: >> (A) How should we support support where os.setinheritable() is not >> supported? Can we announce that os.setinheritable() is always >> available or not? Does such platform exist? > > FDCLOEXEC 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 HANDLEFLAGINHERIT.)

Python works under POSIX and Windows. Not sure what else you are thinking about :-)

Regards

Antoine.



More information about the Python-Dev mailing list