Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _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
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
Callers
1
__init__
Method · 0.70
Calls
2
_internal_poll
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected