search for: pep394

Displaying 1 result from an estimated 1 matches for "pep394".

Did you mean: ep34
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
...UTABLE, 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 be to update the documentation, remove the Python2 fallback in root CMakeLists.txt and update shebangs. Anyone seeing an issue with that approach? I'm still a bit wor...