Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b62ff6e + 0b19e1e commit db287b5Copy full SHA for db287b5
1 file changed
Doc/library/multiprocessing.rst
@@ -2729,12 +2729,7 @@ start method.
2729
2730
More picklability
2731
2732
- Ensure that all arguments to :meth:`Process.__init__` are
2733
- picklable. This means, in particular, that bound or unbound
2734
- methods cannot be used directly as the ``target`` (unless you use
2735
- the *fork* start method) --- just define a function and use that
2736
- instead.
2737
-
+ Ensure that all arguments to :meth:`Process.__init__` are picklable.
2738
Also, if you subclass :class:`~multiprocessing.Process` then make sure that
2739
instances will be picklable when the :meth:`Process.start
2740
<multiprocessing.Process.start>` method is called.
0 commit comments