Author: Armin Rigo <[email protected]>
Branch: gc-del-3
Changeset: r84195:a495ce740059
Date: 2016-05-04 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/a495ce740059/

Log:    fix

diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py
--- a/rpython/memory/gc/minimark.py
+++ b/rpython/memory/gc/minimark.py
@@ -561,8 +561,6 @@
             # Build the object.
             llarena.arena_reserve(result, totalsize)
             obj = result + size_gc_header
-            if is_finalizer_light:
-                self.young_objects_with_light_finalizers.append(obj)
             self.init_gc_object(result, typeid, flags=0)
         #
         # If it is a weakref or has a lightweight destructor, record it
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to