Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _at_fork_reinit
Method
_at_fork_reinit
Lib/threading.py:302–304 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
300
self._waiters = _deque()
301
302
def
_at_fork_reinit(self):
303
self._lock._at_fork_reinit()
304
self._waiters.clear()
305
306
def
__enter__(self):
307
return
self._lock.__enter__()
Callers
nothing calls this directly
Calls
2
_at_fork_reinit
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected