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

xoraxax at codespeak.net xoraxax at codespeak.net
Wed Apr 7 13:53:31 CEST 2010


Author: xoraxax
Date: Wed Apr  7 13:53:30 2010
New Revision: 73504

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Update TODO file.

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	Wed Apr  7 13:53:30 2010
@@ -4,21 +4,15 @@
   - 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.
+ - Complete the Members support.
 
  - Use a WeakKeyDictionary to count how often a PyObject is allocated for
    a given wrapped object and use this to assess whether optimizations are
    useful
 
- - lltype.free in PyObject_Del() sometimes raise an exception (but all
-   tests pass). FIXED?
-   - Reported by Amaury
-   - Alexander cannot reproduce it
-
  - replace @cpython_api(external=False) by another explicit name: all
    it does is a lltype function pointer, no C code involved.
 
- - Implement Members.
-
  - Fix distutil's build_ext to work with cpyext.
 
  - Extend the import machinery to load .so/.pyd files.
@@ -26,4 +20,4 @@
  - 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.
+ - Test cpyext together with the jit.



More information about the Pypy-commit mailing list