Language
Python
Compiler
CPython 3.14.0
Options
$ python3 -u prog.py [05:12:21.004756] parent start (pid=2)
[05:12:21.006808] creating executor
[05:12:21.064958] module_a: import start
[05:12:22.065153] module_a: import end
[05:12:22.120283] child-[1] start (pid=9)
[05:12:22.120328] child-[1] end (module_a.VALUE=42)
[05:12:22.120855] child-[2] start (pid=9)
[05:12:22.120875] child-[2] end (module_a.VALUE=42)
[05:12:22.121115] child-[3] start (pid=9)
[05:12:22.121132] child-[3] end (module_a.VALUE=42)
[05:12:22.143388] parent end
Exit Code:
0