mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Merge 3.4 (asyncio)
This commit is contained in:
commit
e2bda9ad68
1 changed files with 0 additions and 6 deletions
|
@ -79,12 +79,6 @@ class BaseSubprocessTransport(transports.SubprocessTransport):
|
||||||
def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
|
def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def _make_write_subprocess_pipe_proto(self, fd):
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
def _make_read_subprocess_pipe_proto(self, fd):
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
if self._closed:
|
if self._closed:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue