[pypy-commit] pypy matrixmath: leave branch-unrelated comment

fijal noreply at buildbot.pypy.org
Mon Nov 28 07:33:51 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
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:


More information about the pypy-commit mailing list