This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum
Date 2014-01-07.00:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389053268.48.0.216080788193.issue20154@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-07 00:07:48gvanrossumsetrecipients: + gvanrossum
2014-01-07 00:07:48gvanrossumsetmessageid: <1389053268.48.0.216080788193.issue20154@psf.upfronthosting.co.za>
2014-01-07 00:07:48gvanrossumlinkissue20154 messages
2014-01-07 00:07:48gvanrossumcreate