New submission from Guni:
Hello,
When I try to put a long string (I mean longer then 65523 chars) in a queue if
the put is inside in Process it's block the process and Process.Join() never
execute.
Let's me give an example:
---
from multiprocessing import Queue, Pr
Guni added the comment:
Hi Eric,
The reason why I still think is a actually bug is because the behaviour is not
consistent. When we write code we don't exactly know how much data we will put
in the queue.
If this ticket is consider as not an actual bug it means that everybody has to
m