Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ g456
Method
g456
Lib/test/test_sys.py:513–516 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
g456()
512
513
def
g456():
514
thread_info.append(threading.get_ident())
515
entered_g.set()
516
leave_g.wait()
517
518
t = threading.Thread(target=f123)
519
t.start()
Callers
nothing calls this directly
Calls
3
append
Method · 0.45
set
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected