[issue33662] asyncio Stream Reader Blocks on read when data fetched is less than limit

Yury Selivanov report at bugs.python.org
Sun May 27 19:03:56 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

> You are also correct that there is no clean up for closing the pipes.

It's not just about the cleanup. If you don't close the pipes, they will be open forever, so there will be no EOF for which read(-1) will wait forever.

----------

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


More information about the Python-bugs-list mailing list