Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
python-3.7
/
usr
/
lib
/
python3.7
/
test
/
dtracedata
/
//proc/thread-self/root/opt/python-3.7/usr/lib/python3.7/test/dtracedata/gc.py
import gc def start(): gc.collect(0) gc.collect(1) gc.collect(2) l = [] l.append(l) del l gc.collect(2) gc.collect() start()