mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
remove an obsolete comment
This commit is contained in:
parent
f047ba83e8
commit
027d6fcebd
1 changed files with 0 additions and 1 deletions
|
@ -754,7 +754,6 @@ class POSIXProcessTestCase(BaseTestCase):
|
||||||
class _TestExecuteChildPopen(subprocess.Popen):
|
class _TestExecuteChildPopen(subprocess.Popen):
|
||||||
"""Used to test behavior at the end of _execute_child."""
|
"""Used to test behavior at the end of _execute_child."""
|
||||||
def __init__(self, testcase, *args, **kwargs):
|
def __init__(self, testcase, *args, **kwargs):
|
||||||
# Do nothing so we can modify the instance for testing.
|
|
||||||
self._testcase = testcase
|
self._testcase = testcase
|
||||||
subprocess.Popen.__init__(self, *args, **kwargs)
|
subprocess.Popen.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue