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

Irit Katriel report at bugs.python.org
Mon Aug 2 19:08:41 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

There is a note mentioning pickle in this section: https://docs.python.org/3/library/multiprocessing.html#pipes-and-queues

It starts with "When an object is put on a queue, the object is pickled and..."

A comment about the object ids can be added there.

----------
keywords: +easy
nosy: +iritkatriel
title: The fact that multiprocess.Queue uses serialization should be documented. -> [doc] The fact that multiprocess.Queue uses serialization should be documented.
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list