Author: Armin Rigo <ar...@tunes.org> Branch: gc-minimark-pinning Changeset: r54675:3e91f895ea62 Date: 2012-04-23 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3e91f895ea62/
Log: Fix this too. diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/lltype.py --- a/pypy/rpython/lltypesystem/lltype.py +++ b/pypy/rpython/lltypesystem/lltype.py @@ -1656,7 +1656,7 @@ class _array(_parentable): _kind = "array" - __slots__ = ('items',) + __slots__ = ('items', '__arena_location__') def __init__(self, TYPE, n, initialization=None, parent=None, parentindex=None): if not is_valid_int(n): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit