runtime/spawn_subprocess.py
2021-07-29 Edouard Tisserant Runtime: Better handling of nested strings in spawn_subprocess commandline parsing svghmi
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2018-10-23 Edouard Tisserant Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.