File: python_never_responds.py

package info (click to toggle)
python-mitogen 0.3.25~a1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,204 kB
  • sloc: python: 21,984; sh: 183; makefile: 74; perl: 19; ansic: 18
file content (7 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env python3
# I am a Python interpreter that sits idle until the connection times out.

import time

while True:
    time.sleep(86400)