[pypy-commit] pypy faster-rstruct: try to disable this as well

antocuni noreply at buildbot.pypy.org
Tue Nov 24 13:21:21 EST 2015


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: faster-rstruct
Changeset: r80906:74414c3c9204
Date: 2015-11-24 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/74414c3c9204/

Log:	try to disable this as well

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -40,6 +40,7 @@
 ])
 
 working_modules.remove('micronumpy')  # XXX temporary
+working_modules.remove('cpyext')
 
 if ((sys.platform.startswith('linux') or sys.platform == 'darwin')
     and os.uname()[4] == 'x86_64' and sys.maxint > 2**32):


More information about the pypy-commit mailing list