1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 18:06:27 +02:00
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