go_winter_work_2025/python/syscall-inf-loop.py

6 lines
59 B
Python
Executable File

#!/usr/bin/python3
import os
while True:
os.getppid()