mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Doc/library/multiprocessing.rst: freeze_support: Change to specify spawn method instead of platform Have multiprocessing.freeze_support() enable on spawn, not just win32. --------- Co-authored-by: Gregory P. Smith <greg@krypto.org>