Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit