mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -208,7 +208,7 @@ class BaseSubprocessTransport(transports.SubprocessTransport):
|
|||
waiter.set_result(returncode)
|
||||
self._exit_waiters = None
|
||||
|
||||
def wait(self):
|
||||
def _wait(self):
|
||||
"""Wait until the process exit and return the process return code.
|
||||
|
||||
This method is a coroutine."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue