Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ closer
Method
closer
Lib/test/test_free_threading/test_generators.py:152–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
g.gi_yieldfrom
151
152
def
closer():
153
try
:
154
g.close()
155
except
ValueError:
156
pass
157
done.set()
158
159
threading_helper.run_concurrently([reader, closer])
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected