mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Merge 3.4 (asyncio)
This commit is contained in:
commit
698a9bd3ba
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ def test_proc_exited(self):
|
|||
self.assertRaises(ProcessLookupError, transport.terminate)
|
||||
self.assertRaises(ProcessLookupError, transport.kill)
|
||||
|
||||
transport.close()
|
||||
|
||||
|
||||
class SubprocessMixin:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue