Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r192:70b5ecf4fa2f
Date: 2013-06-19 09:49 +0200
http://bitbucket.org/pypy/stmgc/changeset/70b5ecf4fa2f/

Log:    Remove a bogus assert: it's possible that older, protected objects
        were stolen in parallel.

diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -847,7 +847,6 @@
   assert(d->num_private_from_protected_known_old == 0);
   assert(d->num_read_objects_known_old == 0);
   assert(!g2l_any_entry(&d->public_to_private));
-  assert(d->public_descriptor->stolen_objects.size == 0);
 
   d->count_reads = 1;
   fxcache_clear(&d->recent_reads_cache);
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to