[PATCH] D67810: [LNT] Python 3 support: import reduce from functools

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 21 08:28:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372477: [LNT] Python 3 support: import reduce from functools (authored by thopre, committed by ).
Herald added a project: LLVM.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67810

Files:
  lnt/trunk/lnt/util/stats.py


Index: lnt/trunk/lnt/util/stats.py
===================================================================
--- lnt/trunk/lnt/util/stats.py
+++ lnt/trunk/lnt/util/stats.py
@@ -1,6 +1,7 @@
 from __future__ import division
 import math
 from lnt.external.stats.stats import mannwhitneyu as mannwhitneyu_large
+from functools import reduce
 
 
 def safe_min(values):


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67810.221179.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190921/05549503/attachment.bin>


More information about the llvm-commits mailing list