Author: Armin Rigo <[email protected]>
Branch: jit-simplify-backendintf
Changeset: r50435:d56a7f15aeba
Date: 2011-12-12 18:24 +0100
http://bitbucket.org/pypy/pypy/changeset/d56a7f15aeba/

Log:    fix comment (thanks fijal)

diff --git a/pypy/jit/backend/llgraph/llimpl.py 
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/llimpl.py
+++ b/pypy/jit/backend/llgraph/llimpl.py
@@ -333,8 +333,8 @@
         argtypes = [v.concretetype for v in _variables]
         try:
             clt._debug_argtypes = argtypes
-        except AttributeError:    # when translated
-            pass
+        except AttributeError:    # when 'clt' is actually a translated
+            pass                  # GcStruct
 
 def compile_add(loop, opnum):
     loop = _from_opaque(loop)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to