DEBSOURCES
Skip Quicknav
sources / python-mitogen / 0.3.0~rc1-4 / debian / upstream_tests / data / python_never_responds.py
1234567
#!/usr/bin/python3 # I am a Python interpreter that sits idle until the connection times out. import time while True: time.sleep(86400)