[issue16327] subprocess.Popen leaks file descriptors on os.fork() failure

Charles-François Natali report at bugs.python.org
Fri Oct 26 14:11:18 CEST 2012


Charles-François Natali added the comment:

> The problem with using RLIMIT is that the testsuite could be executing several tests in parallel using independent threads, for instance. You don't want to influence unrelated tests.

That's why I suggested to run it in a subprocess: this is used
frequently, e.g. for signal or deadlock tests.

----------

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


More information about the Python-bugs-list mailing list