[issue29168] multiprocessing pickle error

Davin Potts report at bugs.python.org
Thu Jan 5 08:47:56 EST 2017


Davin Potts added the comment:

In your first example (not sample.py), if I make the following change:

#queue = multiprocessing.Manager().Queue(-1)
queue = 42


I am still able to reproduce the exception you observe.  This suggests the issue has nothing to do with the use of multiprocessing but does have to do with the logging handlers.

I can also reproduce that this is a change in behavior between 3.5 and 3.6.

----------
nosy: +davin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29168>
_______________________________________


More information about the Python-bugs-list mailing list