PHP 8.2.30
Preview: lock.py Size: 747 B
/usr/lib64/python3.6/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: 19

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 19:12:32
Edit Download
39.72 KB lrw-r--r-- 2023-10-14 23:41:04
Edit Download
41.10 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
5.59 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
2.63 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
38.33 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
666 B lrw-r--r-- 2018-02-27 18:15:41
Edit Download
3.95 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
747 B lrw-r--r-- 2018-02-27 18:15:41
Edit Download
21.05 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
5.84 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
61.93 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
8.01 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
40.50 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
26.05 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
10.94 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
3.71 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
11.86 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
15.65 KB lrw-r--r-- 2018-02-27 18:15:41
Edit Download
479 B lrw-r--r-- 2018-02-27 18:15:41
Edit Download

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