Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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.50
test_method_no_reference_loops
Method · 0.50
test_bug1001011
Method · 0.50
test_instantiate
Method · 0.50
test_unbound_methods
Method · 0.50
test_type_generic
Method · 0.50
write_ops
Method · 0.50
test_constructor
Method · 0.50
_test_all_chown_common
Method · 0.50
test_default_init
Method · 0.50
test_unsigned_values
Method · 0.50
test_signed_values
Method · 0.50
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.40
test_bug1001011
Method · 0.40
test_instantiate
Method · 0.40
test_unbound_methods
Method · 0.40
test_type_generic
Method · 0.40
write_ops
Method · 0.40
test_constructor
Method · 0.40
_test_all_chown_common
Method · 0.40
test_default_init
Method · 0.40
test_unsigned_values
Method · 0.40
test_signed_values
Method · 0.40
test_bool_values
Method · 0.40