Skip to content

Fallback to a generic Linux build when distribution detection fails

The platform.linux_distribution Python API, aside from being deprecated since 2014 and scheduled for removal in Python 3.7+, will randomly fail on some distributions such as openSUSE Tumbleweed. Falling back to a generic Linux build in that case is desirable.

Merge request reports