PATH: //opt/alt/python311/lib64/python3.11/test/leakers
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 README.txt
↓
X
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 test_ctypes.py
↓
X
📄 test_selftype.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: test_selftype.py
# Reference cycles involving only the ob_type field are rather uncommon # but possible. Inspired by SF bug 1469629. import gc def leak(): class T(type): pass class U(type, metaclass=T): pass U.__class__ = U del U gc.collect(); gc.collect(); gc.collect()
SIMPAN PERUBAHAN