Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ copy_loop
Method
copy_loop
Lib/test/test_free_threading/test_collections.py:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
d.popleft()
20
21
def
copy_loop():
22
for
_ in range(1000):
23
copy(d)
24
25
threading_helper.run_concurrently([mutate, copy_loop])
26
Callers
nothing calls this directly
Calls
1
copy
Function · 0.90
Tested by
no test coverage detected