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

2021-08-07 Thread R. David Murray


R. David Murray  added the comment:

Mentioning ids would be pretty much redundant with mentioning pickle.  If it is 
pickled its id is going to change.  I think Davin was suggesting that while the 
use of serialization is documented, it is not documented *consistently*.  
Everywhere serialization happens it should be mentioned in the docs.

Regardless, a proposed doc PR is the way forward here.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2021-08-02 Thread Irit Katriel


Irit Katriel  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com