[PATCH] D67820: [LNT] Python 3 support: get rid of calls to cmp builtin

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 21 10:17:25 PDT 2019


hubert.reinterpretcast added inline comments.


================
Comment at: tests/server/ui/test_api_modify.py:229
 if __name__ == '__main__':
-    unittest.TestLoader.sortTestMethodsUsing = lambda _, x, y: cmp(x, y)
     unittest.main(argv=[sys.argv[0], ])
----------------
This does get called, but the default behavior is fine.


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

https://reviews.llvm.org/D67820





More information about the llvm-commits mailing list