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

Irit Katriel report at bugs.python.org
Fri Aug 14 06:24:06 EDT 2020


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

On windows 10 it's hanging for me from string length of 8175. 

Stepping through the code, the hang is in the call to _winapi.WaitForMultipleObjects, in PipeConnection._send_bytes, Lib/multiprocessing/connection.py:288

----------
nosy: +iritkatriel

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


More information about the Python-bugs-list mailing list