You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc: Explain that multiprocessing only supports unpicklable functions through the fork method
In multiprocessing and concurrent.futures's documentations, as well as
the release notes for Python 3.14.
This moves the paragraph in 3.14's release notes from the deprecations
section to 'Porting to Python 3.14' because it is a breaking change,
which follows a deprecation in Python 3.12.
This explicitly mentions `PicklingError` in this section, so it is easy
to find for somehow who gets the error and searches its name through
the page.
0 commit comments