Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ t
Function
t
Lib/test/test_importlib/partial/pool_in_threads.py:7–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
t():
8
try
:
9
with
multiprocessing.Pool(1):
10
pass
11
except
Exception:
12
traceback.print_exc()
13
os._exit(1)
14
15
16
def
main():
Callers
15
__setitem__
Method · 0.85
r
Function · 0.85
d
Function · 0.85
p
Function · 0.85
g
Function · 0.85
F
Function · 0.85
I
Function · 0.85
pt
Function · 0.85
Nt
Function · 0.85
kt
Function · 0.85
d3.min.js
File · 0.85
n
Function · 0.85
Calls
3
print_exc
Method · 0.80
Pool
Method · 0.45
_exit
Method · 0.45
Tested by
15
test_method_no_reference_loops
Method · 0.68
test_bug1001011
Method · 0.68
test_mixed_cmp
Method · 0.68
test_instantiate
Method · 0.68
test_unbound_methods
Method · 0.68
test_type_generic
Method · 0.68
test_mixed_or
Method · 0.68
test_mixed_ior
Method · 0.68
test_mixed_add
Method · 0.68
test_mixed_iadd
Method · 0.68
test_constructor
Method · 0.68
test_constructor_with_duplicate_fields
Method · 0.68