[pypy-commit] stmgc weakref: typo that doesn't change much

Raemi noreply at buildbot.pypy.org
Thu Jul 18 14:50:07 CEST 2013


Author: Remi Meier <remi.meier at gmail.com>
Branch: weakref
Changeset: r410:212e6e027030
Date: 2013-07-18 14:49 +0200
http://bitbucket.org/pypy/stmgc/changeset/212e6e027030/

Log:	typo that doesn't change much

diff --git a/c4/steal.c b/c4/steal.c
--- a/c4/steal.c
+++ b/c4/steal.c
@@ -53,7 +53,7 @@
                    write_barriers allowed. */
 
                 dprintf(("steal prot immutable -> public: %p | %p\n", obj, O));
-                stub = obj;
+                stub = O;
                 goto done;
             }
             dprintf(("prot immutable -> public: %p\n", obj));


More information about the pypy-commit mailing list