Author: Armin Rigo <ar...@tunes.org> Branch: reverse-debugger Changeset: r85509:5bcd3e5d3eda Date: 2016-07-01 23:34 +0200 http://bitbucket.org/pypy/pypy/changeset/5bcd3e5d3eda/
Log: fix for tests diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memory/gctransform/boehm.py --- a/rpython/memory/gctransform/boehm.py +++ b/rpython/memory/gctransform/boehm.py @@ -48,7 +48,7 @@ self.WEAKLINK, self.convert_weakref_to ) = build_weakref(self.translator.config) self.weakref_create_ptr = self.inittime_helper( - ll_weakref_create, [llmemory.Address], llmemory.WeakRefPtr, + ll_weakref_create, [llmemory.GCREF], llmemory.WeakRefPtr, inline=False) self.weakref_deref_ptr = self.inittime_helper( ll_weakref_deref, [llmemory.WeakRefPtr], llmemory.GCREF) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit