Searched hist:"17 be223af9df17df8f65a0978bb3c50aec8ded9c" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/ |
| H A D | symbolize.py | 17be223af9df17df8f65a0978bb3c50aec8ded9c Wed Jan 29 13:21:06 UTC 2020 Jerome Forissier <jerome@forissier.org> symbolize.py: Python < 3.7 compatibility
The documentation for the Python 3 subprocess module [1] has the following note related to the Popen() constructor:
Changed in version 3.7: Added the text parameter, as a more understandable alias of universal_newlines.
In order to avoid a runtime error with versions of Python prior to 3.7, replace the 'text' parameter with 'universal_newlines'.
Link: [1] https://docs.python.org/3/library/subprocess.html Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
|