[issue20154] Deadlock in asyncio.StreamReader.readexactly()

Guido van Rossum report at bugs.python.org
Tue Jan 7 01:07:48 CET 2014


New submission from Guido van Rossum:

There's currently a deadlock in StreamReader.readexactly() -- if the requested size is larger than the buffer limit for pause, the transport may be paused with no way to unpause it.

See http://code.google.com/p/tulip/issues/detail?id=99 in the Tulip tracker.

----------
assignee: gvanrossum
messages: 207494
nosy: gvanrossum
priority: high
severity: normal
stage: test needed
status: open
title: Deadlock in asyncio.StreamReader.readexactly()
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20154>
_______________________________________


More information about the Python-bugs-list mailing list