piston/tests/fork.py
2021-04-28 15:35:40 +12:00

6 lines
No EOL
73 B
Python

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