◐ Shell
clean mode source ↗

Delay closing SubprocessStreamProtocol's Transport until all pipes are closed. by sethmlarson · Pull Request #485 · python/asyncio

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Conversation

Delays the closing for `SubprocessStreamProtocol._transport` until all pipes have been closed and the process has exited rather than just the process exiting. This allows for reading data from the subprocess that is still pending in the pipe after the process has exited.

1st1

...removal from fd list does not occur.

1st1

1st1

..._pipe_fds and change interface of _maybe_close_transport to not take an fd.

Labels