Irit Katriel <iritkatr...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue28973>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to