Python: Make space for new test

This commit is contained in:
Taus
2025-12-10 13:20:19 +00:00
parent e6e05012c8
commit 6af9fd816f
2 changed files with 29 additions and 24 deletions

View File

@@ -49,6 +49,11 @@ async def bomb(file_path):
gzip.open(file_path) # $ result=BAD
gzip.GzipFile(file_path) # $ result=BAD
# from compression import zstd
#
# zstd.open(file_path) # $ result=BAD
# zstd.ZstdFile(file_path).read() # $ result=BAD
#
import pandas
pandas.read_csv(filepath_or_buffer=file_path) # $ result=BAD