Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db287b5

Browse files
committed
Issue #27221: Merge from 3.5
2 parents b62ff6e + 0b19e1e commit db287b5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,12 +2729,7 @@ start method.
27292729

27302730
More picklability
27312731

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-
2732+
Ensure that all arguments to :meth:`Process.__init__` are picklable.
27382733
Also, if you subclass :class:`~multiprocessing.Process` then make sure that
27392734
instances will be picklable when the :meth:`Process.start
27402735
<multiprocessing.Process.start>` method is called.

0 commit comments

Comments
 (0)