[pypy-svn] r73247 - pypy/branch/cpython-extension/pypy/module/cpyext
xoraxax at codespeak.net
xoraxax at codespeak.net
Thu Apr 1 16:25:54 CEST 2010
Author: xoraxax
Date: Thu Apr 1 16:25:52 2010
New Revision: 73247
Modified:
pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
New TODO items.
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 Thu Apr 1 16:25:52 2010
@@ -1,4 +1,9 @@
- - Complete the PyTypeObject initialization code.
+ - Complete the PyTypeObject initialization code. (see XXX in the code)
+ - Fill the PyTypeObject slots with method callers.
+ - Copy the slots from the base.
+ - Both tasks are necessary to be able to call slots from C code correctly.
+
+ - Implement subclassing of types 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