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

Raphael Grewe report at bugs.python.org
Fri Aug 14 05:36:36 EDT 2020


New submission from Raphael Grewe <raphael.grewe at greenbone.net>:

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 the example script.
python3 test_simple_queue_put.py 2**16-13

----------
files: test_simple_queue_put.py
messages: 375385
nosy: rgrewe
priority: normal
severity: normal
status: open
title: SimpleQueues put blocks if feeded with strings greater than 2**16-13 chars
versions: Python 3.7
Added file: https://bugs.python.org/file49389/test_simple_queue_put.py

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


More information about the New-bugs-announce mailing list