[PATCH] D71565: Make mangled_names.test and update_cc_test_checks.py work with Python 2.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 19:22:25 PST 2019


thakis added a comment.

In D71565#1786966 <https://reviews.llvm.org/D71565#1786966>, @MaskRay wrote:

> Do you have a platform where installing Python 3 instead of Python 2 will be such an insurmountable task? Python 2.7 will retire in 15 days.


If llvm updates its project policy to say that only py 3.x is supported (which x?), I'm fine with that. For now, we still support 2.7, so this script too must stick to that.

The "will retire in 15 days" is fairly meaningless, it's not like it'll just disappear then.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71565/new/

https://reviews.llvm.org/D71565





More information about the llvm-commits mailing list