[pypy-commit] pypy lightweight-finalizers: a missed call

fijal noreply at buildbot.pypy.org
Tue Oct 25 16:25:55 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: lightweight-finalizers
Changeset: r48436:fadf05e6c02a
Date: 2011-10-25 16:25 +0200
http://bitbucket.org/pypy/pypy/changeset/fadf05e6c02a/

Log:	a missed call

diff --git a/pypy/rpython/memory/gc/generation.py b/pypy/rpython/memory/gc/generation.py
--- a/pypy/rpython/memory/gc/generation.py
+++ b/pypy/rpython/memory/gc/generation.py
@@ -181,6 +181,7 @@
             # "non-simple" case or object too big: don't use the nursery
             return SemiSpaceGC.malloc_fixedsize_clear(self, typeid, size,
                                                       has_finalizer,
+                                                      is_finalizer_light,
                                                       contains_weakptr)
         size_gc_header = self.gcheaderbuilder.size_gc_header
         totalsize = size_gc_header + size


More information about the pypy-commit mailing list