MCPcopy Index your code
hub / github.com/python/cpython / rebuild_arena

Function rebuild_arena

Lib/multiprocessing/heap.py:106–107  ·  view source on GitHub ↗
(size, dupfd)

Source from the content-addressed store, hash-verified

104 return rebuild_arena, (a.size, reduction.DupFd(a.fd))
105
106 def rebuild_arena(size, dupfd):
107 return Arena(size, dupfd.detach())
108
109 reduction.register(Arena, reduce_arena)
110

Callers

nothing calls this directly

Calls 2

ArenaClass · 0.85
detachMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…