mirror of
https://github.com/python/cpython.git
synced 2024-12-14 12:26:47 +08:00
Merge 3.4 (asyncio)
This commit is contained in:
commit
698a9bd3ba
@ -87,6 +87,8 @@ class SubprocessTransportTests(test_utils.TestCase):
|
||||
self.assertRaises(ProcessLookupError, transport.terminate)
|
||||
self.assertRaises(ProcessLookupError, transport.kill)
|
||||
|
||||
transport.close()
|
||||
|
||||
|
||||
class SubprocessMixin:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user