Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ A
Class
A
tests/integration/gc_freeze_program.py:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
A:
9
def
__del__(self):
10
fifo = sys.argv[1]
11
with
open(sys.argv[1],
"w"
)
as
fifo:
12
fifo.write(
"ready"
)
13
time.sleep(1000)
14
15
16
if
__name__ ==
"__main__"
:
Callers
1
gc_freeze_program.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected