summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/unix_events.py
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2014-01-26 16:36:01 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2014-01-26 16:36:01 (GMT)
commit0742cae3357fcd7c41498b21060050e7cca788b1 (patch)
tree67492e4ebd6fd4b4c6f422c56e12a1d3e033dfc3 /Lib/asyncio/unix_events.py
parentb62deac9a3aa31b26a98ef6f846d4de506d9322f (diff)
downloadcpython-0742cae3357fcd7c41498b21060050e7cca788b1.zip
cpython-0742cae3357fcd7c41498b21060050e7cca788b1.tar.gz
cpython-0742cae3357fcd7c41498b21060050e7cca788b1.tar.bz2
Merge latest Tulip into asyncio
Diffstat (limited to 'Lib/asyncio/unix_events.py')
-rw-r--r--Lib/asyncio/unix_events.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py
index 2418642..219c88a 100644
--- a/Lib/asyncio/unix_events.py
+++ b/Lib/asyncio/unix_events.py
@@ -169,9 +169,6 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
def _child_watcher_callback(self, pid, returncode, transp):
self.call_soon_threadsafe(transp._process_exited, returncode)
- def _subprocess_closed(self, transp):
- pass
-
def _set_nonblocking(fd):
flags = fcntl.fcntl(fd, fcntl.F_GETFL)