PHP 8.2.30
Preview: test_sf.py Size: 583 B
/proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/guppy/heapy/test/test_sf.py

import importlib

# This is to see that the total memory usage doesn't increase with time
# i.e. no leakage / link between consecutive usages of hsp.
# This will run for ever, to be monitored by the printout and some external monitor.


def t():
    from guppy import hsp
    while 1:
        import guppy.heapy.UniSet
        import gc
        importlib.reload(guppy.heapy.UniSet)
        hp = hsp()
        x = None
        x = hp.heap()
        print(x)
        gc.collect()
        print(x[0])
        print(x[1])
        print(x[2])
        gc.collect()
        print(x & dict)

Directory Contents

Dirs: 1 × Files: 18

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
3.72 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
682 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
28.38 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
214 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
12.56 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
421 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
15.60 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.12 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.34 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.15 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
28.82 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
16.75 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
95 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
583 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
351 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.21 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
7.99 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
47 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).