Displaying 1 result from an estimated 1 matches for "d83857".
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
...hon2 (py2)
and python3 (py3), some of them already are already py3 only.
The build system still depends on Python in a few place, but it explicitly
mentions Python3_EXECUTABLE, and the main dependency (llvm-build) is currently
being removed in D89142.
The shebangs have already been harmonized in D83857: some mention /usr/bin/env
python, some mention /usr/bin/env python3, and none mention python2 anymore. It
would be great to have all script use the same shebang, PEP394 [1] makes it
(relatively) clear that in our case, explicitly requiring python3 is the way to
go.
So basically, next step would b...