D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
lib
/
python3.9
/
site-packages
/
supervisor
/
tests
/
fixtures
/
Filename :
unkillable_spew.py
back
Copy
import time import signal signal.signal(signal.SIGTERM, signal.SIG_IGN) counter = 0 while 1: time.sleep(0.01) print("more spewage %s" % counter) counter += 1