[pypy-commit] pypy refactor-signature: oops, forgot to remove

fijal noreply at buildbot.pypy.org
Wed Dec 7 12:15:43 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: refactor-signature
Changeset: r50243:6d4692380e8f
Date: 2011-12-07 13:14 +0200
http://bitbucket.org/pypy/pypy/changeset/6d4692380e8f/

Log:	oops, forgot to remove

diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py
--- a/pypy/module/micronumpy/signature.py
+++ b/pypy/module/micronumpy/signature.py
@@ -35,9 +35,6 @@
     def hash(self):
         return compute_hash(self)
 
-    def _freeze_(self):
-        self._hash = id(self)
-
 class ViewSignature(Signature):
     def __init__(self, child):
         self.child = child


More information about the pypy-commit mailing list