Show More
@@ -151,7 +151,10 b' else:' | |||||
151 | self._thread = ht |
|
151 | self._thread = ht | |
152 | self.pid = pid |
|
152 | self.pid = pid | |
153 |
|
153 | |||
154 | winprocess.AssignProcessToJobObject(self._job, hp) |
|
154 | try: | |
|
155 | winprocess.AssignProcessToJobObject(self._job, hp) | |||
|
156 | except WindowsError: | |||
|
157 | pass | |||
155 | winprocess.ResumeThread(ht) |
|
158 | winprocess.ResumeThread(ht) | |
156 |
|
159 | |||
157 | if p2cread is not None: |
|
160 | if p2cread is not None: |
General Comments 0
You need to be logged in to leave comments.
Login now