[pypy-commit] pypy default: causes crashes on posix

mattip noreply at buildbot.pypy.org
Tue Apr 1 16:42:21 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r70376:d0a0274a6fbe
Date: 2014-04-01 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/d0a0274a6fbe/

Log:	causes crashes on posix

diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
+++ b/lib_pypy/_ctypes/function.py
@@ -219,7 +219,6 @@
             if restype is None:
                 import ctypes
                 restype = ctypes.c_int
-            self._argtypes_ = argsl    
             self._ptr = self._getfuncptr_fromaddress(self._argtypes_, restype)
             self._check_argtypes_for_fastpath()
             return


More information about the pypy-commit mailing list