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/infinite_loop_re.py
# This was taken from https://bugs.python.org/issue1541697 # It's not technically a crasher. It may not even truly be infinite, # however, I haven't waited a long time to see the result. It takes # 100% of CPU while running this and should be fixed. import re starttag = re.compile(r'<[a-zA-Z][-_.:a-zA-Z0-9]*\s*(' r'\s*([a-zA-Z_][-:.a-zA-Z_0-9]*)(\s*=\s*' r'(\'[^\']*\'|"[^"]*"|[-a-zA-Z0-9./,:;+*%?!&$\(\)_#=~@]' r'[][\-a-zA-Z0-9./,:;+*%?!&$\(\)_#=~\'"@]*(?=[\s>/<])))?' r')*\s*/?\s*(?=[<>])') if __name__ == '__main__': foo = '<table cellspacing="0" cellpadding="0" style="border-collapse' starttag.match(foo)
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply