We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a115a3 commit 5f36fbfCopy full SHA for 5f36fbf
Doc/library/multiprocessing.rst
@@ -3109,10 +3109,10 @@ start method.
3109
3110
More picklability
3111
3112
- Ensure that all arguments to :class:`Process` are picklable.
3113
- Also, if you subclass :class:`~multiprocessing.Process` then make sure that
3114
- instances will be picklable when the :meth:`Process.start
3115
- <multiprocessing.Process.start>` method is called.
+ Ensure that all arguments to :class:`~multiprocessing.Process` are
+ picklable. Also, if you subclass ``Process.__init__``, you must make sure
+ that instances will be picklable when the
+ :meth:`Process.start <multiprocessing.Process.start>` method is called.
3116
3117
Global variables
3118
0 commit comments