[pypy-svn] r69766 - pypy/branch/virtual-forcing/pypy/jit/backend/llgraph

arigo at codespeak.net arigo at codespeak.net
Mon Nov 30 14:44:56 CET 2009


Author: arigo
Date: Mon Nov 30 14:44:56 2009
New Revision: 69766

Modified:
   pypy/branch/virtual-forcing/pypy/jit/backend/llgraph/runner.py
Log:
Mention it explicitly in a comment.


Modified: pypy/branch/virtual-forcing/pypy/jit/backend/llgraph/runner.py
==============================================================================
--- pypy/branch/virtual-forcing/pypy/jit/backend/llgraph/runner.py	(original)
+++ pypy/branch/virtual-forcing/pypy/jit/backend/llgraph/runner.py	Mon Nov 30 14:44:56 2009
@@ -29,6 +29,8 @@
         self.ofs = ofs
         self.typeinfo = typeinfo
         self.extrainfo = extrainfo
+        # Note: this class has a custom __eq__, so don't forget
+        # to fix it if you add more fields.
 
     def get_extra_info(self):
         return self.extrainfo



More information about the Pypy-commit mailing list