Author: Manuel Jacob
Branch: py3k
Changeset: r61371:effcd581dd9e
Date: 2013-02-17 03:27 +0100
http://bitbucket.org/pypy/pypy/changeset/effcd581dd9e/
Log: Raise ArgumentError here again.
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
@@ -556,7 +556,6 @@
try:
keepalive, newarg, newargtype = self._conv_param(argtype,
args[i])
except (UnicodeError, TypeError, ValueError) as e:
- raise
raise ArgumentError(str(e))
keepalives.append(keepalive)
newargs.append(newarg)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit