[pypy-commit] pypy default: fix comment

arigo pypy.commits at gmail.com
Wed Mar 27 10:48:19 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r96364:edb40dc4f969
Date: 2019-03-27 15:46 +0100
http://bitbucket.org/pypy/pypy/changeset/edb40dc4f969/

Log:	fix comment

diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py
--- a/rpython/memory/gc/base.py
+++ b/rpython/memory/gc/base.py
@@ -22,7 +22,7 @@
     prebuilt_gc_objects_are_static_roots = True
     can_usually_pin_objects = False
     object_minimal_size = 0
-    gcflag_extra = 0   # or a real GC flag that is always 0 when not collecting
+    gcflag_extra = 0   # or a dedicated GC flag that the GC initializes to 0
     _totalroots_rpy = 0   # for inspector.py
 
     def __init__(self, config, chunk_size=DEFAULT_CHUNK_SIZE,


More information about the pypy-commit mailing list