mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
This starts the process. Users who don't specify their own start method and use the default on platforms where it is 'fork' will see a DeprecationWarning upon multiprocessing.Pool() construction or upon multiprocessing.Process.start() or concurrent.futures.ProcessPool use. See the related issue and documentation within this change for details. |
||
|---|---|---|
| .. | ||
| futures | ||
| __init__.py | ||