[libcxx-dev] libcxx test uses removed Python module

Brandon Egbert via libcxx-dev libcxx-dev at lists.llvm.org
Tue Dec 3 22:06:39 PST 2019


There are two calls of 'platform.linux_distribution' in
'libcxx/test/target_info.py'.  'platform.linux_distribution' was deprecated
in Python 3.5 and completely removed in Python 3.8 which causes the test to
fail on systems running Python 3.8.

'distro.linux_distribution' seems to be the replacement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20191203/b86012ee/attachment.html>


More information about the libcxx-dev mailing list