sudo podman run -it --rm docker.io/library/python python -c ' import signal, time signal.signal(signal.SIGWINCH, lambda x, y: print(x, y)) try: while True: time.sleep(5) except KeyboardInterrupt: pass ' sudo podman run -it --rm docker.io/library/python >>> import signal; signal...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Scapy: the Python-based interactive packet manipulation program & library. - scapy/scapy/sendrecv.py at master · secdev/scapy
2020-03-23T02:15:33Z {'REMOTE_ADDR': '192.168.1.2', 'REMOTE_PORT': '52602', 'HTTP_HOST': '192.168.1.225:9000', (hidden keys: 23)} failed with KeyboardInterrupt Process getInfr: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in...
This might be related to #493 ; I'm not sure. It certainly feels very similar. Reproduced under build 14376. Open up two WSL terminals. In the first, run the following two commands: dd if=/dev/zero of=big.dat bs=3000000 count=1 python -m...
Scapy: the Python-based interactive packet manipulation program & library. - scapy/scapy/sendrecv.py at af81fd491165e41ac73037d741b8a4fb75ea9ffd · secdev/scapy
except KeyboardInterrupt: pass except: log_runtime.exception("--- Error in child %i" % os.getpid()) log_runtime.info("--- Error in child %i" % os.getpid()) finally: try: os.setpgrp() # Chance process group to avoid ctrl-C ...