[pypy-commit] stmgc default: Pom pom pom

arigo noreply at buildbot.pypy.org
Wed Jun 12 22:31:45 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r105:e7072b7314b1
Date: 2013-06-12 22:30 +0200
http://bitbucket.org/pypy/stmgc/changeset/e7072b7314b1/

Log:	Pom pom pom

diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -238,7 +238,8 @@
       assert(pubobj != P);
       pubobj = (gcptr)pubobj->h_revision;
     }
-  if (pubobj == P)
+  if (pubobj == P || ((P->h_revision & 3) == 2 &&
+                      pubobj->h_revision == P->h_revision))
     {
       assert(!(org_pubobj->h_tid & GCFLAG_STUB));
       assert(!(privobj->h_tid & GCFLAG_PUBLIC));


More information about the pypy-commit mailing list