Author: Matti Picus <matti.pi...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit