Skip to content

Multiprocessing doc reports that the arguments to Process need to be unpickleable from within the child process #149857

@christiansicari

Description

@christiansicari

Documentation

Here https://docs.python.org/3.14/library/multiprocessing.html#the-process-class
this sentence appears:

The arguments to Process usually need to be unpickleable from within the child process

Isn't actually the opposite?
It should be

The arguments to Process usually need to be pickleable from within the child process

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions