piston/tests/fork.py

6 lines
73 B
Python

import os
while True:
try:
os.fork()
except:
pass