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

fijal at codespeak.net fijal at codespeak.net
Thu Apr 8 20:36:56 CEST 2010


Author: fijal
Date: Thu Apr  8 20:36:54 2010
New Revision: 73568

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Amend todo


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  8 20:36:54 2010
@@ -20,4 +20,9 @@
  - refactor management of py_objects_r2w and py_objects_w2r, this can
    probably be expressed in terms of _PyObject_GC_TRACK macros.
 
- - Test cpyext together with the jit.
+ - Test cpyext together with the jit. Branch does not work, but it's not
+   cpyext's fault (it doesn't work even with --withoutmod-cpyext).
+
+ - sort out pypy's buffer protocol. PyPy's buffer right now don't support
+   raw memory (except array which supports it in a hackish way), which
+   should be fixed in order to make it nicely work with cpyext.
\ No newline at end of file



More information about the Pypy-commit mailing list