This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: use chr instead of unichr
AbandonedPublic

Authored by thopre on Sep 21 2019, 10:21 AM.

Details

Summary

Use Python3's chr instead of Python2's unichr by importing it from
builtins. This was produced by running futurize's stage2
libfuturize.fixes.fix_unicode_keep_u.