Skip to content
GitLab
Explore
Sign in
awg.py: use Thread.is_alive() instead of isAlive()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Christopher Wipf
requested to merge
christopher.wipf/dtt:master
into
master
Jan 31, 2023
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
isAlive() was removed in python 3.9:
https://github.com/python/cpython/issues/81985
Merge request reports
Loading