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

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Apr 3 16:26:41 CEST 2010


Author: xoraxax
Date: Sat Apr  3 16:26:40 2010
New Revision: 73334

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Updated TODO list.

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	Sat Apr  3 16:26:40 2010
@@ -1,11 +1,9 @@
  - Complete the PyTypeObject initialization code. (see XXX in the code)
-  - Fill the PyTypeObject slots with method callers.
+  - Implement further method callers.
   - 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.
+  - Those tasks are necessary to be able to call slots from C code correctly.
+  - Additionally, implement further slot wrappers. This is necessary to call
+    slots of PTOs defined in C.
 
  - Use a WeakKeyDictionary to count how often a PyObject is allocated for
    a given wrapped object and use this to assess whether optimizations are



More information about the Pypy-commit mailing list