Author: Armin Rigo <[email protected]>
Branch:
Changeset: r109:c9938a7b55fb
Date: 2013-06-12 23:01 +0200
http://bitbucket.org/pypy/stmgc/changeset/c9938a7b55fb/
Log: A suspicious-looking fix, but a valid fix nevertheless
diff --git a/c4/steal.c b/c4/steal.c
--- a/c4/steal.c
+++ b/c4/steal.c
@@ -105,7 +105,6 @@
the foreign thread's collection_lock, so we can read/write the
flags
*/
- assert(B->h_tid & GCFLAG_BACKUP_COPY);
B->h_tid &= ~GCFLAG_BACKUP_COPY;
if (B->h_tid & GCFLAG_PUBLIC_TO_PRIVATE) {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit