Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

20 days ago

Language

Python

Compiler

CPython 3.14.0

Options

Author

anonymous

20 days ago

module_a.py

$ 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