diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-11 12:03:22 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-14 11:32:04 +0100 |
commit | fd434f47d4d008d41f4ee2fe5cb94791f780395c (patch) | |
tree | ea047196d0b01763798a90b3d1fc8f2364f109ad /common/splash_source.c | |
parent | 15bbcafab1cb35614cd8d6fa52f0e90a894c1af5 (diff) |
buildman: 'Thread' object has no attribute 'isAlive'
The isAlive() method was deprecated in Python 3.8 and has been removed in
Python 3.9. See https://bugs.python.org/issue37804. Use is_alive() instead.
Since Python 2.6 is_alive() has been a synonym for isAlive(). So there
should be no problems for users using elder Python 3 versions.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/splash_source.c')
0 files changed, 0 insertions, 0 deletions