Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ finalize
Method
finalize
Lib/test/_test_multiprocessing.py:2209–2211 ·
view source on GitHub ↗
(threads)
Source
from the content-addressed store, hash-verified
2207
threads.append(p)
2208
2209
def
finalize(threads):
2210
for
p in threads:
2211
p.join()
2212
2213
self._finalizer = weakref.finalize(self, finalize, threads)
2214
Callers
10
__init__
Method · 0.45
_connect
Function · 0.45
export
Method · 0.45
__exit__
Method · 0.45
test_finalize
Method · 0.45
test_arg_errors
Method · 0.45
test_order
Method · 0.45
error
Method · 0.45
run_in_child
Method · 0.45
__init__
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected