Python 2.7 fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
if you pass None as the prefix argument to NamedTemporaryFile.
Details
Details
- Reviewers
ldionne bjope - Group Reviewers
Restricted Project - Commits
- rG19e472fd84ec: [libcxx][lit] Fix running testsuite with python2.7 after…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I have no clue if this has any negative impact from the https://reviews.llvm.org/D84040 point-of-view, etc. Maybe @ldionne can take a quick look at this as well (pre/post commit).
But I did confirm that this would make our downstream build bots happy again, when reporting the problem in D84040.
So LGTM, as it at least make things build again, with lit tests passing.