[pypy-svn] r50459 - pypy/branch/applevel-ctypes2/pypy/module/_ffi

fijal at codespeak.net fijal at codespeak.net
Wed Jan 9 16:08:27 CET 2008


Author: fijal
Date: Wed Jan  9 16:08:24 2008
New Revision: 50459

Modified:
   pypy/branch/applevel-ctypes2/pypy/module/_ffi/array.py
Log:
Fix translation, bad carl


Modified: pypy/branch/applevel-ctypes2/pypy/module/_ffi/array.py
==============================================================================
--- pypy/branch/applevel-ctypes2/pypy/module/_ffi/array.py	(original)
+++ pypy/branch/applevel-ctypes2/pypy/module/_ffi/array.py	Wed Jan  9 16:08:24 2008
@@ -9,7 +9,7 @@
 from pypy.interpreter.typedef import TypeDef, GetSetProperty, interp_attrproperty
 from pypy.rpython.lltypesystem import lltype, rffi
 from pypy.interpreter.error import OperationError, wrap_oserror
-from pypy.module._ffi.structure import native_fmttable
+from pypy.module._ffi.structure import native_fmttable, segfault_exception
 from pypy.module._ffi.interp_ffi import unwrap_value, wrap_value, _get_type
 
 def push_elem(ll_array, pos, value):



More information about the Pypy-commit mailing list