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

xoraxax at codespeak.net xoraxax at codespeak.net
Tue Apr 13 04:23:41 CEST 2010


Author: xoraxax
Date: Tue Apr 13 04:23:39 2010
New Revision: 73704

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/TODO
Log:
Add GIL handling TODO item.

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 13 04:23:39 2010
@@ -15,6 +15,8 @@
 
  - Fix distutil's build_ext to work with cpyext on windows.
 
+ - Fix GIL handling (e.g. init is called without GIL held).
+
  - 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