-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Closed
Copy link
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Description
| Bugzilla Link | 44905 |
| Resolution | FIXED |
| Resolved on | Feb 19, 2020 01:36 |
| Version | 10.0 |
| OS | Linux |
| Blocks | #43900 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem,@mclow |
Extended Description
The fix is rather trivial, and it seems to be only blocker for running 10.x with py3.8.
commit 7b8dc8c
Author: Sergej Jaskiewicz [email protected]
Date: 2020-01-21 17:40:34 +0100
[libcxx] Support Python 3.8 in the test suite
Summary: `platform.linux_distribution()` has been deprecated in Python 3.5 and removed in Python 3.8.
Reviewers: bcain, bcraig, jroelofs, EricWF, mclow.lists, ldionne
Reviewed By: jroelofs
Subscribers: dexonsmith, christof, ldionne, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D72501
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.