PHP 8.2.30
Preview: lock.py Size: 747 B
/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/cffi/lock.py

import sys

if sys.version_info < (3,):
    try:
        from thread import allocate_lock
    except ImportError:
        from dummy_thread import allocate_lock
else:
    try:
        from _thread import allocate_lock
    except ImportError:
        from _dummy_thread import allocate_lock


##import sys
##l1 = allocate_lock

##class allocate_lock(object):
##    def __init__(self):
##        self._real = l1()
##    def __enter__(self):
##        for i in range(4, 0, -1):
##            print sys._getframe(i).f_code
##        print
##        return self._real.__enter__()
##    def __exit__(self, *args):
##        return self._real.__exit__(*args)
##    def acquire(self, f):
##        assert f is False
##        return self._real.acquire(f)

Directory Contents

Dirs: 1 × Files: 20

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
41.08 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
41.46 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.59 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.63 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
43.19 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
877 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.95 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
747 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
21.26 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.84 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.27 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
63.08 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.72 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
42.30 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
26.06 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.99 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.82 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
14.45 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
17.27 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
513 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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