[issue11284] slow close file descriptors in subprocess, popen2, os.popen*

Gregory P. Smith report at bugs.python.org
Wed Mar 2 20:14:34 CET 2011


Gregory P. Smith <greg at krypto.org> added the comment:

According to http://www.unix.com/man-page/All/3c/closefrom/ closefrom() is not async-signal-safe. :(

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11284>
_______________________________________


More information about the Python-bugs-list mailing list