Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r61533:63466cc2d5a8
Date: 2013-02-21 12:12 +0200
http://bitbucket.org/pypy/pypy/changeset/63466cc2d5a8/
Log: missing rtyper_makekey
diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py
--- a/rpython/rtyper/rptr.py
+++ b/rpython/rtyper/rptr.py
@@ -23,6 +23,8 @@
def rtyper_makerepr(self, rtyper):
return InteriorPtrRepr(self.ll_ptrtype)
+ def rtyper_makekey(self):
+ return self.__class__, self.ll_ptrtype
class PtrRepr(Repr):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit