Author: Armin Rigo <[email protected]>
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));
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit