ACIL FM
Dark
Refresh
Current DIR:
/opt/alt/python313/lib64/python3.13/test/crashers
/
opt
alt
python313
lib64
python3.13
test
crashers
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
bogus_code_obj.py
628 B
chmod
View
DL
Edit
Rename
Delete
gc_inspection.py
1.07 MB
chmod
View
DL
Edit
Rename
Delete
infinite_loop_re.py
653 B
chmod
View
DL
Edit
Rename
Delete
mutation_inside_cyclegc.py
753 B
chmod
View
DL
Edit
Rename
Delete
README
830 B
chmod
View
DL
Edit
Rename
Delete
recursive_call.py
372 B
chmod
View
DL
Edit
Rename
Delete
trace_at_recursion_limit.py
376 B
chmod
View
DL
Edit
Rename
Delete
underlying_dict.py
282 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/alt/python313/lib64/python3.13/test/crashers/underlying_dict.py
import gc thingy = object() class A(object): def f(self): return 1 x = thingy r = gc.get_referrers(thingy) if "__module__" in r[0]: dct = r[0] else: dct = r[1] a = A() for i in range(10): a.f() dct["f"] = lambda self: 2 print(a.f()) # should print 1
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply