[pypy-commit] pypy strbuf-as-buffer: extend comment I did not finish

plan_rich pypy.commits at gmail.com
Thu Dec 8 10:10:20 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: strbuf-as-buffer
Changeset: r88977:38b92b25e0b9
Date: 2016-12-08 16:09 +0100
http://bitbucket.org/pypy/pypy/changeset/38b92b25e0b9/

Log:	extend comment I did not finish

diff --git a/rpython/rlib/buffer.py b/rpython/rlib/buffer.py
--- a/rpython/rlib/buffer.py
+++ b/rpython/rlib/buffer.py
@@ -84,7 +84,8 @@
     def __init__(self, value):
         self.value = value
         self.readonly = True
-        # currently the
+        # the not initialized list of chars, copied from value
+        # as soon as get_raw_address is called
         self.charlist = None
 
     def getlength(self):


More information about the pypy-commit mailing list