Author: Armin Rigo <[email protected]>
Branch:
Changeset: r580:d5897c6abfa9
Date: 2012-07-04 17:13 +0200
http://bitbucket.org/cffi/cffi/changeset/d5897c6abfa9/
Log: tweak
diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py
--- a/cffi/ffiplatform.py
+++ b/cffi/ffiplatform.py
@@ -63,7 +63,7 @@
dist.run_command('build_ext')
except (distutils.errors.CompileError,
distutils.errors.LinkError), e:
- raise VerificationError(str(e))
+ raise VerificationError('%s: %s' % (e.__class__.__name__, e))
#
cmd_obj = dist.get_command_obj('build_ext')
[soname] = cmd_obj.get_outputs()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit