Show More
@@ -76,6 +76,9 b' except ImportError:' | |||
|
76 | 76 | |
|
77 | 77 | processlock = threading.Lock() |
|
78 | 78 | |
|
79 | if sys.version_info > (3, 0, 0): | |
|
80 | xrange = range # we use xrange in one place, and we'd rather not use range | |
|
81 | ||
|
79 | 82 | # subprocess._cleanup can race with any Popen.wait or Popen.poll on py24 |
|
80 | 83 | # http://bugs.python.org/issue1731717 for details. We shouldn't be producing |
|
81 | 84 | # zombies but it's pretty harmless even if we do. |
General Comments 0
You need to be logged in to leave comments.
Login now