mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
This commit is contained in:
parent
0698638d79
commit
1241ecc21b
4 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
|
|||
yield from waiter
|
||||
except:
|
||||
transp.close()
|
||||
yield from transp.wait()
|
||||
yield from transp._wait()
|
||||
raise
|
||||
|
||||
return transp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue