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

xoraxax at codespeak.net xoraxax at codespeak.net
Mon Apr 19 18:02:29 CEST 2010


Author: xoraxax
Date: Mon Apr 19 18:02:28 2010
New Revision: 73888

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Updated 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	Mon Apr 19 18:02:28 2010
@@ -17,6 +17,10 @@
 
  - Fix GIL handling (e.g. after releasing the GIL, GC operations might occur in savethreads).
 
+ - Make Numpy work.
+
+ - Export pointers where pointers are expected, i.e. kill the "#define PyExc_OSError &PyExc_OSError" hack.
+
  - refactor management of py_objects_r2w and py_objects_w2r, this can
    probably be expressed in terms of _PyObject_GC_TRACK macros.
 



More information about the Pypy-commit mailing list