[issue43806] asyncio.StreamReader hangs when reading from pipe and other process exits unexpectedly

Marko report at bugs.python.org
Sun Dec 5 07:05:52 EST 2021


Marko <ivanovic.marko at yandex.com> added the comment:

Thanks, takluyver!

You are right. Synchronous code that I was comparing it to had os.close(ctx), but I forgot to add it in the async example, so I thought it was a bug.

Closing this issue.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list