[issue41550] SimpleQueues put blocks if feeded with strings greater than 2**16-13 chars

Irit Katriel report at bugs.python.org
Wed Aug 19 17:01:27 EDT 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

The get and put functions of Queue have the optional 'block' and 'timeout' args that you need, and SimpleQueue doesn't.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41550>
_______________________________________


More information about the Python-bugs-list mailing list