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

afa at codespeak.net afa at codespeak.net
Tue Apr 27 00:32:09 CEST 2010


Author: afa
Date: Tue Apr 27 00:32:05 2010
New Revision: 74093

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
update 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	Tue Apr 27 00:32:05 2010
@@ -13,9 +13,8 @@
  - replace @cpython_api(external=False) by another explicit name: all
    it does is a lltype function pointer, no C code involved.
 
- - Fix distutil's build_ext to work with cpyext on windows.
-
  - Fix GIL handling (e.g. after releasing the GIL, GC operations might occur in savethreads).
+ - Fix PyEval_SaveThread: http://paste.pocoo.org/show/206521/
 
  - Make Numpy work.
 



More information about the Pypy-commit mailing list