Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r707:a8283f79ab12
Date: 2012-07-27 13:56 +0200
http://bitbucket.org/cffi/cffi/changeset/a8283f79ab12/

Log:    This is always None nowadays.

diff --git a/cffi/verifier.py b/cffi/verifier.py
--- a/cffi/verifier.py
+++ b/cffi/verifier.py
@@ -215,7 +215,7 @@
         class FFILibrary(object):
             pass
         library = FFILibrary()
-        sz = module._cffi_setup(lst, ffiplatform.VerificationError, library)
+        module._cffi_setup(lst, ffiplatform.VerificationError, library)
         #
         # finally, call the loaded_cpy_xxx() functions.  This will perform
         # the final adjustments, like copying the Python->C wrapper
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to