Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r92443:f368583e1d76
Date: 2017-09-22 15:42 +0200
http://bitbucket.org/pypy/pypy/changeset/f368583e1d76/
Log: Fix the leakfinder issues in test_recompiler
diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py
b/pypy/module/_cffi_backend/test/test_recompiler.py
--- a/pypy/module/_cffi_backend/test/test_recompiler.py
+++ b/pypy/module/_cffi_backend/test/test_recompiler.py
@@ -95,6 +95,7 @@
def setup_method(self, meth):
self._w_modules = self.space.appexec([], """():
+ import cpyext # ignore stuff there in the leakfinder
import sys
return set(sys.modules)
""")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit