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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20154>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to