MCPcopy 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

appendMethod · 0.45
setMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected