Author: Armin Rigo <ar...@tunes.org> Branch: stmgc-c7-rewindjmp Changeset: r72849:5034d5a420d3 Date: 2014-08-17 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5034d5a420d3/
Log: Oups. Looks like the merge in 22f849260e70 did that wrong. diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -242,7 +242,6 @@ i = 0 while i < length: copy_item(source, dest, i + source_start, i + dest_start) - dest[i + dest_start] = source[i + source_start] i += 1 return source_addr = llmemory.cast_ptr_to_adr(source) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit