[pypy-svn] r73298 - pypy/branch/cpython-extension/pypy/module/cpyext

xoraxax at codespeak.net xoraxax at codespeak.net
Fri Apr 2 15:02:41 CEST 2010


Author: xoraxax
Date: Fri Apr  2 15:02:40 2010
New Revision: 73298

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Readd todo item that was removed in r73282 by fijal.

Modified: pypy/branch/cpython-extension/pypy/module/cpyext/TODO
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/TODO	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/TODO	Fri Apr  2 15:02:40 2010
@@ -27,3 +27,5 @@
 
  - refactor management of py_objects_r2w and py_objects_w2r, this can
    probably be expressed in terms of _PyObject_GC_TRACK macros.
+
+ - ob_type should be a PyTypeObject.



More information about the Pypy-commit mailing list