Author: Armin Rigo <ar...@tunes.org> Branch: kill-someobject Changeset: r57814:3e9ec97ae758 Date: 2012-10-07 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/3e9ec97ae758/
Log: We removed knowntype from the base class, so need to re-add it here. diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/pypy/annotation/model.py +++ b/pypy/annotation/model.py @@ -505,6 +505,7 @@ class SomeAddress(SomeObject): immutable = True + knowntype = llmemory.Address def can_be_none(self): return False _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit