mitogen/tests/data/python_never_responds.py

8 lines
141 B
Python
Raw Normal View History

2018-10-30 23:09:06 +00:00
#!/usr/bin/python
# I am a Python interpreter that sits idle until the connection times out.
2018-10-30 23:09:06 +00:00
import time
while True:
time.sleep(86400)