Show More
@@ -63,7 +63,7 b' processlock = threading.Lock()' | |||||
63 | # subprocess._cleanup can race with any Popen.wait or Popen.poll on py24 |
|
63 | # subprocess._cleanup can race with any Popen.wait or Popen.poll on py24 | |
64 | # http://bugs.python.org/issue1731717 for details. We shouldn't be producing |
|
64 | # http://bugs.python.org/issue1731717 for details. We shouldn't be producing | |
65 | # zombies but it's pretty harmless even if we do. |
|
65 | # zombies but it's pretty harmless even if we do. | |
66 |
if sys.version_info |
|
66 | if sys.version_info < (2, 5): | |
67 | subprocess._cleanup = lambda: None |
|
67 | subprocess._cleanup = lambda: None | |
68 |
|
68 | |||
69 | closefds = os.name == 'posix' |
|
69 | closefds = os.name == 'posix' |
General Comments 0
You need to be logged in to leave comments.
Login now