Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use spawn in process-pool executor fixture
This raises a deprecation warning on POSIX where the default is fork() which will change in 3.14. It is also unsafe to fork the test process because it is multithreaded. See python/cpython#100228 and https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
- Loading branch information