[pypy-svn] r36480 - pypy/dist/pypy/translator/jvm

niko at codespeak.net niko at codespeak.net
Thu Jan 11 15:04:38 CET 2007


Author: niko
Date: Thu Jan 11 15:04:38 2007
New Revision: 36480

Modified:
   pypy/dist/pypy/translator/jvm/generator.py
Log:
(antocuni,niko) test_list runs...

Modified: pypy/dist/pypy/translator/jvm/generator.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/generator.py	(original)
+++ pypy/dist/pypy/translator/jvm/generator.py	Thu Jan 11 15:04:38 2007
@@ -676,7 +676,7 @@
             # Perform any un-boxing required:
             self.downcast_jtype(jresty.box_type)
             self.unbox_value(jresty)
-        elif jresty != jactres:
+        else:
             # Perform any casting required:
             self.downcast(ITEMTYPE)
 



More information about the Pypy-commit mailing list