piston/tests/fork.py

6 lines
73 B
Python
Raw Normal View History

2021-04-28 05:35:40 +02:00
import os
while True:
try:
os.fork()
except:
pass