Author: Antonio Cuni <anto.c...@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): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit