Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r86950:e3d66063913c
Date: 2016-09-07 23:41 +0100
http://bitbucket.org/pypy/pypy/changeset/e3d66063913c/

Log:    Oops!

diff --git a/pypy/module/cpyext/test/test_cpyext.py 
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -476,7 +476,7 @@
         else:
             interp2app = gateway.interp2app
             wrap = self.space.wrap
-            self.sys_info = get_cpyext_info(space)
+            self.sys_info = get_cpyext_info(self.space)
         self.w_compile_module = wrap(interp2app(compile_module))
         self.w_import_module = wrap(interp2app(import_module))
         self.w_reimport_module = wrap(interp2app(reimport_module))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to