Merge 3.4 (asyncio)

This commit is contained in:
Victor Stinner 2015-01-30 00:11:55 +01:00
commit 698a9bd3ba

View file

@ -87,6 +87,8 @@ def test_proc_exited(self):
self.assertRaises(ProcessLookupError, transport.terminate)
self.assertRaises(ProcessLookupError, transport.kill)
transport.close()
class SubprocessMixin: