[pypy-commit] pypy stmgc-c7-rewindjmp: Oups. Looks like the merge in 22f849260e70 did that wrong.

arigo noreply at buildbot.pypy.org
Sun Aug 17 19:37:02 CEST 2014


Author: Armin Rigo <arigo at 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)


More information about the pypy-commit mailing list