3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,4 +15,5 @@ dist
|
|||||||
*.egg-info
|
*.egg-info
|
||||||
.tox
|
.tox
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
trollius/_overlapped.pyd
|
||||||
|
|||||||
@@ -432,7 +432,7 @@ class SubprocessMixin:
|
|||||||
# Issue #24763: check that the subprocess transport is closed
|
# Issue #24763: check that the subprocess transport is closed
|
||||||
# when BaseSubprocessTransport fails
|
# when BaseSubprocessTransport fails
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
target = 'asyncio.windows_utils.Popen'
|
target = 'trollius.windows_utils.Popen'
|
||||||
else:
|
else:
|
||||||
target = 'subprocess.Popen'
|
target = 'subprocess.Popen'
|
||||||
with mock.patch(target) as popen:
|
with mock.patch(target) as popen:
|
||||||
|
|||||||
Reference in New Issue
Block a user