[PATCH 1/1] buildman: 'Thread' object has no attribute 'isAlive'

Simon Glass sjg at chromium.org
Sat Feb 13 05:17:03 CET 2021


On Thu, 11 Feb 2021 at 04:03, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> 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 at gmx.de>
> ---
>  tools/buildman/builder.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list