[issue42188] forkserver not reused in child processes

2020-10-29 Thread Colin
Change by Colin : Added file: https://bugs.python.org/file49549/test.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42188] forkserver not reused in child processes

2020-10-29 Thread Colin
Change by Colin : Removed file: https://bugs.python.org/file49547/test.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42188] forkserver not reused in child processes

2020-10-28 Thread Colin
New submission from Colin : The docstring on Forkserver.ensure_running states that a child process will use the forkserver process started by its parent: """ Make sure that a fork server is running. This can be called from any process. Note that usually a child process will just reuse the