mirror of https://github.com/python/cpython.git
Merge 3.4 (asyncio)
This commit is contained in:
commit
e2bda9ad68
|
@ -79,12 +79,6 @@ def __repr__(self):
|
|||
def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
|
||||
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):
|
||||
if self._closed:
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue