Raphael Grewe added the comment:
Soo... I think I use the functions indeed incorrectly then.
Thank you for your time.
Regards
Raphael
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracke
Raphael Grewe added the comment:
I used SimpleQueue on purpose because I only need the functions get and put.
Of course I could also use Queue but that would be just a workaround for me.
--
___
Python tracker
<https://bugs.python.org/issue41
New submission from Raphael Grewe :
Hi at all,
Maybe I am using the put function incorrectly, but
it is not possible to add larger strings there. The programm keeps locked and
is doing nothing.
I tested it on latest Debian Buster.
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
Please check