Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
utils/analyzer/
-
analyzer/
1/1
SATestBuild.py
Hide Panel
f
Keyboard Reference
?
Differential
D55202
Python 2/3 compat - Queue
Closed
Public
Authored by
serge-sans-paille
on Dec 3 2018, 2:46 AM.
Download Raw Diff
Details
Reviewers
joerg
michaelplatings
Commits
rG1f88dc5aee1c: Portable Python script across Python version
rL349009: Portable Python script across Python version
rC349009: Portable Python script across Python version
Diff Detail
Repository
rC Clang
Event Timeline
serge-sans-paille
created this revision.
Dec 3 2018, 2:46 AM
michaelplatings
added inline comments.
Dec 3 2018, 8:51 AM
utils/analyzer/SATestBuild.py
63
except ImportError:
serge-sans-paille
updated this revision to
Diff 176455
.
Dec 3 2018, 12:34 PM
serge-sans-paille
marked an inline comment as done.
gbedwell
mentioned this in
D55258: Python 2/3 compat - socket server
.
Dec 12 2018, 6:27 AM
michaelplatings
accepted this revision.
Dec 12 2018, 9:33 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Dec 12 2018, 9:33 AM
Closed by commit
rC349009: Portable Python script across Python version
(authored by
serge_sans_paille
).
·
Explain Why
Dec 12 2018, 11:47 PM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Dec 12 2018, 11:47 PM
except ImportError: