Author: Devin Jeanpierre <[email protected]>
Branch: gc-forkfriendly
Changeset: r84535:9f1cf4f5e11e
Date: 2016-05-20 09:44 -0700
http://bitbucket.org/pypy/pypy/changeset/9f1cf4f5e11e/
Log: Unbreak incminimark. (This took forever to find. Eep.)
diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -1961,7 +1961,7 @@
#
self.old_objects_pointing_to_pinned.append(parent)
self.updated_old_objects_pointing_to_pinned = True
- self.set_flags(parent, GCFLAG_PINNED_OBJECT_PARENT_KNOWN)
+ self.add_flags(parent, GCFLAG_PINNED_OBJECT_PARENT_KNOWN)
#
if self.get_flags(obj) & GCFLAG_VISITED:
return
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit