[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97254031f0b7 by Berker Peksag in branch '3.5': Issue #27221: Delete an outdated paragraph about pickle support of Process https://hg.python.org/cpython/rev/97254031f0b7 New changeset 5b9d8b5b1139 by Berker Peksag in branch 'default': Issue #27221: M

[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-12 Thread Berker Peksag
Berker Peksag added the comment: Actually, we can remove the versionchanged directive. The attached script works fine with the spawn start method in Python 3.4. I will commit the following version: Ensure that all arguments to :meth:`Process.__init__` are picklable. Also, if you subcla

[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-11 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for the Rietveld comments. I have attached a new patch. -- Added file: http://bugs.python.org/file43350/issue27221-cr.patch ___ Python tracker __

[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/

[issue27221] multiprocessing documentation is outdated regarding method picklability

2016-06-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review title: [multiprocessing] Doc is outdated regarding method picklability -> multiprocessing documentation is outdated regarding method picklability type: -> behavior versions: +Python 3.6