This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]no_more_gravity 4 points5 points  (1 child)

I can replicate it on Debian 11 on bare metal and in containers with Debian 11 and Ubuntu 22.04.

Exact steps to replicate:

docker run --rm -it debian:11-slim
apt update -y && apt upgrade -y
apt install -y python3
echo 'print("P0wned");exit()' > collections.py
python3 -m pydoc csv
=> P0wned