[PATCH] D46192: Script to match open Phabricator reviews with potential reviewers

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 16:14:42 PDT 2018


MaskRay added a comment.

Can this script be made Python 3 compatible? Here is one place where running it under python3 will fail

      people_to_look_for = [e.decode('utf-8') for e in args.email_addresses]
  AttributeError: 'str' object has no attribute 'decode'


https://reviews.llvm.org/D46192





More information about the llvm-commits mailing list