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

fijal at codespeak.net fijal at codespeak.net
Fri Apr 2 07:11:30 CEST 2010


Author: fijal
Date: Fri Apr  2 07:11:26 2010
New Revision: 73282

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
mention an issue and kill done


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 07:11:26 2010
@@ -3,6 +3,8 @@
   - Copy the slots from the base.
   - Both tasks are necessary to be able to call slots from C code correctly.
 
+  - test_typeobject leaks something
+
  - Implement subclassing of types defined in C.
 
  - Use a WeakKeyDictionary to count how often a PyObject is allocated for
@@ -25,7 +27,3 @@
 
  - refactor management of py_objects_r2w and py_objects_w2r, this can
    probably be expressed in terms of _PyObject_GC_TRACK macros.
-
- - Use the standard CPython attribute names: ob_type, ob_refcnt.
-
- - ob_type should be a PyTypeObject.



More information about the Pypy-commit mailing list