]> granicus.if.org Git - python/commit
Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Jun 2014 00:51:04 +0000 (17:51 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jun 2014 00:51:04 +0000 (17:51 -0700)
commit634aa68c2b2b3e7d93561aba670f9ac233b9c5b2
treebe487b00b6e1bce284ff6a2806a430cf904e6450
parent92a405534383927c48c8de2fc6bf06127ef2be78
Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so
that the rlimit calls happens in a child process rather than the
TestCase process to attempt to fix the gentoo buildbot's "Too many
open files" error.
Lib/test/test_subprocess.py