[pypy-svn] r60115 - pypy/branch/oo-jit/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Mon Nov 24 16:29:17 CET 2008


Author: fijal
Date: Mon Nov 24 16:29:14 2008
New Revision: 60115

Modified:
   pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py
Log:
remove this lines, we need to think a moment


Modified: pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py
==============================================================================
--- pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py	(original)
+++ pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py	Mon Nov 24 16:29:14 2008
@@ -178,8 +178,6 @@
             return cls
 
 def build_new_ctypes_type(rtyper, T, delayed_builders):
-    if T is base_ptr_lltype():
-        return ctypes.c_void_p
     if isinstance(T, lltype.Ptr):
         if isinstance(T.TO, lltype.FuncType):
             argtypes = [get_ctypes_type(rtyper, ARG) for ARG in T.TO.ARGS



More information about the Pypy-commit mailing list