asyncio: BaseSubprocessTransport._kill_wait() now also call close()
close() closes pipes, which is not None yet by _kill_wait().
Showing
Please register or sign in to comment
close() closes pipes, which is not None yet by _kill_wait().