Author: Matti Picus <[email protected]>
Branch: cffi_dlopen_unicode
Changeset: r95195:78c40e133e02
Date: 2018-10-08 23:50 +0300
http://bitbucket.org/pypy/pypy/changeset/78c40e133e02/

Log:    typo

diff --git a/pypy/module/_cffi_backend/test/test_re_python.py 
b/pypy/module/_cffi_backend/test/test_re_python.py
--- a/pypy/module/_cffi_backend/test/test_re_python.py
+++ b/pypy/module/_cffi_backend/test/test_re_python.py
@@ -119,7 +119,7 @@
         assert type(lib.add42) is _cffi_backend.FFI.CData
 
     def test_dlopen_unicode(self):
-        if getattr(self, extmodU, None):
+        if getattr(self, 'extmodU', None):
             import _cffi_backend
             self.fix_path()
             from re_python_pysrc import ffi
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to