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@python components: +Documentation nosy: +docs@python title: multiprocess.Queue changes objects identity -> The fact that multiprocess.Queue uses serialization should be documented. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28973> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com