Package: src:statsmodels
Version: 0.12.1-1

+import sys
+import glob
+i386_looser_tolerances=len(glob.glob('/usr/lib/i386-*/'))>0 and
np.log2(sys.maxsize)<=32

this is not safe. the directory can exist on any installation. better use
sysconfig.get_platform()

Reply via email to