Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit