()
| 263 | _active = None |
| 264 | |
| 265 | def _cleanup(): |
| 266 | pass |
| 267 | else: |
| 268 | # This lists holds Popen instances for which the underlying process had not |
| 269 | # exited at the time its __del__ method got called: those processes are |
no test coverage detected
searching dependent graphs…