Skip to content

configure: threading.Thread.isAlive() is removed in python3.9 - use is_alive()...

Satish Balay requested to merge balay/fix-py39/maint into maint

configure: threading.Thread.isAlive() is removed in python3.9 - use is_alive() [available in python-2.6+]

Merge request reports