[issue28973] The fact that multiprocess.Queue uses serialization should be documented.

Bernhard10 report at bugs.python.org
Wed Dec 14 10:05:57 EST 2016


Bernhard10 added the comment:

See http://stackoverflow.com/a/925241/5069869

Apparently multiprocessing.Queue uses pickle to serialize the objects in the queue, which explains the change of identity, but is absolutely unclear from the documentation.

----------
assignee:  -> docs at python
components: +Documentation
nosy: +docs at python
title: multiprocess.Queue changes objects identity -> The fact that multiprocess.Queue uses serialization should be documented.

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


More information about the Python-bugs-list mailing list