Author: Maciej Fijalkowski <[email protected]>
Branch: matrixmath
Changeset: r49874:643c52f23a6d
Date: 2011-11-28 08:33 +0200
http://bitbucket.org/pypy/pypy/changeset/643c52f23a6d/
Log: leave branch-unrelated comment
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronumpy/interp_dtype.py
+++ b/pypy/module/micronumpy/interp_dtype.py
@@ -221,6 +221,7 @@
@binop
def div(self, v1, v2):
+ # XXX this won't work after translation, probably requires ovfcheck
try:
return v1 / v2
except ZeroDivisionError:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit