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

afa at codespeak.net afa at codespeak.net
Mon Mar 22 17:25:39 CET 2010


Author: afa
Date: Mon Mar 22 17:25:38 2010
New Revision: 72576

Modified:
   pypy/trunk/pypy/module/cpyext/TODO
Log:
Mention _PyString_Resize


Modified: pypy/trunk/pypy/module/cpyext/TODO
==============================================================================
--- pypy/trunk/pypy/module/cpyext/TODO	(original)
+++ pypy/trunk/pypy/module/cpyext/TODO	Mon Mar 22 17:25:38 2010
@@ -35,5 +35,8 @@
   called, the pypy string is created, and added in py_objects_r2w.
   The buffer is then supposed to be immutable.
 
+- _PyString_Resize works only on not-yet-pypy'd strings, and returns a
+  similar object.
+
 - 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