Skip to main content
5 events
when toggle format what by license comment
Jun 5, 2022 at 17:53 comment added Christian Mann Ah, this is way simpler than my solution, although I'm proud of it... import pdb; p = pdb.Pdb(skip='*'); p.run('anything');
May 20, 2022 at 6:32 comment added pxeger But the possibility of using system or popen or etc. makes it much harder to block
May 20, 2022 at 6:27 comment added the default. You could use __builtins__.__dict__['exec'] instead of os.__dict__['system'], the pop is the interesting part.
May 20, 2022 at 6:24 comment added pxeger Ooh, escaping to another language. I certainly didn't think of that!
May 20, 2022 at 6:14 history answered the default. CC BY-SA 4.0