Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r1681:f56ddf6bed4a
Date: 2015-04-08 11:12 +0200
http://bitbucket.org/cffi/cffi/changeset/f56ddf6bed4a/
Log: fix
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -378,9 +378,9 @@
def recompile(self):
from .verifier import Verifier
+ modulename, source, kwargs = self._csource
if self._windows_unicode:
self._apply_windows_unicode(kwargs)
- modulename, source, kwargs = self._csource
verifier = Verifier(self, source, modulename=modulename+'_ffi',
tmpdir='.', **kwargs)
verifier.compile_module()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit