[PATCH] D73011: [opt viewer] Python compat - decode/encode string

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 01:02:59 PST 2020


serge-sans-paille added a comment.

I'm also in favor of a loose consensus such as « as long as we can keep py2/3 compat, keep it. »

RHEL7 still ships Python2 by default, but it has reached « End of Full Support ». (see https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Product_life_cycle)
Latest OSX version also explicitly obsoletes Python2 (see https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes#3318257)

So I'd advocate to keep the compatibility until end of 2020? That's probably a subject that should be discussed on the mlist though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73011





More information about the llvm-commits mailing list