mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
80284b5c5e
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>