[pypy-commit] pypy gc_no_cleanup_nursery: damn

fijal noreply at buildbot.pypy.org
Sat Sep 6 22:28:29 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: gc_no_cleanup_nursery
Changeset: r73344:511e2f195b48
Date: 2014-09-06 14:28 -0600
http://bitbucket.org/pypy/pypy/changeset/511e2f195b48/

Log:	damn

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
@@ -417,6 +417,8 @@
             nursery_debug = env.read_uint_from_env('PYPY_GC_NURSERY_DEBUG')
             if nursery_debug > 0:
                 self.gc_nursery_debug = True
+            else:
+                self.gc_nursery_debug = False
             self.minor_collection()    # to empty the nursery
             llarena.arena_free(self.nursery)
             self.nursery_size = newsize


More information about the pypy-commit mailing list