[pypy-commit] pypy remove-objspace-options: another withmethodcache

cfbolz pypy.commits at gmail.com
Sun Apr 24 11:52:53 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: remove-objspace-options
Changeset: r83841:6900e24d4b76
Date: 2016-04-24 18:52 +0300
http://bitbucket.org/pypy/pypy/changeset/6900e24d4b76/

Log:	another withmethodcache

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
@@ -106,7 +106,6 @@
     """Base class for all cpyext tests."""
     spaceconfig = dict(usemodules=['cpyext', 'thread', '_rawffi', 'array',
                                    'itertools', 'time', 'binascii', 'micronumpy'])
-    spaceconfig['std.withmethodcache'] = True
 
     enable_leak_checking = True
 


More information about the pypy-commit mailing list