[Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
python-checkins at python.org
Fri Jan 30 00:13:43 CET 2015
https://hg.python.org/cpython/rev/c7f7270fbce7
changeset: 94382:c7f7270fbce7
parent: 94380:0701ffaa89f9
parent: 94381:89cde9b1a853
user: Victor Stinner <victor.stinner at gmail.com>
date: Fri Jan 30 00:11:55 2015 +0100
summary:
Merge 3.4 (asyncio)
files:
Lib/test/test_asyncio/test_subprocess.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_asyncio/test_subprocess.py b/Lib/test/test_asyncio/test_subprocess.py
--- a/Lib/test/test_asyncio/test_subprocess.py
+++ b/Lib/test/test_asyncio/test_subprocess.py
@@ -87,6 +87,8 @@
self.assertRaises(ProcessLookupError, transport.terminate)
self.assertRaises(ProcessLookupError, transport.kill)
+ transport.close()
+
class SubprocessMixin:
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list