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

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Apr 15 00:28:25 CEST 2010


Author: xoraxax
Date: Thu Apr 15 00:28:24 2010
New Revision: 73749

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Update 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 15 00:28:24 2010
@@ -15,7 +15,7 @@
 
  - Fix distutil's build_ext to work with cpyext on windows.
 
- - Fix GIL handling (e.g. init is called without GIL held).
+ - Fix GIL handling (e.g. after releasing the GIL, GC operations might occur in savethreads).
 
  - 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