[pypy-svn] r72578 - pypy/trunk/pypy/module/cpyext

afa at codespeak.net afa at codespeak.net
Mon Mar 22 17:48:35 CET 2010


Author: afa
Date: Mon Mar 22 17:48:34 2010
New Revision: 72578

Modified:
   pypy/trunk/pypy/module/cpyext/TODO
Log:
Mention PyString_Size()


Modified: pypy/trunk/pypy/module/cpyext/TODO
==============================================================================
--- pypy/trunk/pypy/module/cpyext/TODO	(original)
+++ pypy/trunk/pypy/module/cpyext/TODO	Mon Mar 22 17:48:34 2010
@@ -38,5 +38,8 @@
 - _PyString_Resize works only on not-yet-pypy'd strings, and returns a
   similar object.
 
+- PyString_Size don't need to force the object. (in this case, another
+  "size" member is needed)
+
 - There could be an (expensive!) check in from_ref() that the buffer
   still corresponds to the pypy gc-managed string.



More information about the Pypy-commit mailing list