Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Deadlock in readexactly() #99

Closed
GoogleCodeExporter opened this issue Apr 10, 2015 · 3 comments
Closed

Deadlock in readexactly() #99

GoogleCodeExporter opened this issue Apr 10, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by gvanrossum@gmail.com on 7 Jan 2014 at 12:05

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision e4dd57820ab5.

Original comment by gvanrossum@gmail.com on 7 Jan 2014 at 12:05

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

I'd appreciate help writing a test.  (Debugging this already set me back enough 
hours.)

Original comment by gvanrossum@gmail.com on 7 Jan 2014 at 12:16

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

There is already an issue open to track the lack of unit test:
http://bugs.python.org/issue20154

I'm closing this issue.

Original comment by victor.s...@gmail.com on 9 Jan 2015 at 9:41

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant