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

afa at codespeak.net afa at codespeak.net
Thu Apr 22 19:55:44 CEST 2010


Author: afa
Date: Thu Apr 22 19:55:43 2010
New Revision: 73984

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/api.py
Log:
Belongs to the previous commit.


Modified: pypy/branch/cpython-extension/pypy/module/cpyext/api.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/api.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/api.py	Thu Apr 22 19:55:43 2010
@@ -63,10 +63,6 @@
 assert CONST_STRING is not rffi.CCHARP
 assert CONST_WSTRING is not rffi.CWCHARP
 
-PyGILState_STATE = rffi.COpaquePtr('PyGILState_STATE',
-                                   typedef='PyGILState_STATE',
-                                   compilation_info=CConfig._compilation_info_)
-
 constant_names = """
 Py_TPFLAGS_READY Py_TPFLAGS_READYING
 METH_COEXIST METH_STATIC METH_CLASS 



More information about the Pypy-commit mailing list