cpython/Lib/test/libregrtest
Antoine Pitrou 896145d9d2 bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813)
* bpo-26732: fix too many fds in processes started with the "forkserver" method

A child process would inherit as many fds as the number of still-running children.

* Add blurb and test comment
2017-07-22 13:22:54 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
main.py bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) 2017-07-03 11:15:58 +02:00
refleak.py bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) 2017-07-22 13:22:54 +02:00
runtest.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
setup.py