[issue44901] Info about used pickle protocol used by multiprocessing.Queue

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-b

[issue44901] Info about used pickle protocol used by multiprocessing.Queue

2021-08-12 Thread Eric V. Smith
Eric V. Smith added the comment: Because this is a usage question and not a bug, you'll get more help using the python-list mailing list or Stack Overflow, or some other Q&A forum. -- nosy: +eric.smith ___ Python tracker

[issue44901] Info about used pickle protocol used by multiprocessing.Queue

2021-08-12 Thread Christian Buhtz
New submission from Christian Buhtz : I read some of the PEPs about pickeling. But I would not say that I understood everything. Of course I checked the docu about multiprocessing.Queue. Currently it is not clear for me which pickle protocol is used by multiprocessing.Queue. Maybe I missed so