[issue33929] test_multiprocessing_spawn leaks 5 handles

2018-06-21 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33929] test_multiprocessing_spawn leaks 5 handles

2018-06-21 Thread STINNER Victor
New submission from STINNER Victor : The following test leaks 5 open handles when checking for leaks using my PR 7827: test.test_multiprocessing_spawn.WithProcessesTestProcess.test_many_processes Command to reproduce the leak (using my PR 7827): python -m test -R 3:3 test_multiprocessing_spa