MCPcopy Index your code
hub / github.com/python/cpython / _cleanup

Function _cleanup

Lib/subprocess.py:265–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 _active = None
264
265 def _cleanup():
266 pass
267else:
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

Callers 1

__init__Method · 0.70

Calls 2

_internal_pollMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…