runtime/spawn_subprocess.py
13 months ago Edouard Tisserant Merge
13 months ago Edouard Tisserant Runtime: Add stderr support to local posix spawn based subprocess replacement
19 months ago Edouard Tisserant Runtime: spawn_subprocess: handle non-bytes args
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
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.