mirror of
https://github.com/python/cpython.git
synced 2026-08-02 07:05:38 -04:00
Prevent `max_tasks_per_child` use with a "fork" mp_context to avoid deadlocks. Also defaults to "spawn" when no mp_context is supplied for safe convenience.