Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r63870:e675c7552c85
Date: 2013-05-06 13:03 +0200
http://bitbucket.org/pypy/pypy/changeset/e675c7552c85/

Log:    cppyy depends on cpyext. This will automatically disable cppyy too
        when translating "--withoutmod-cpyext".

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -84,6 +84,7 @@
     '_multiprocessing': [('objspace.usemodules.rctime', True),
                          ('objspace.usemodules.thread', True)],
     'cpyext': [('objspace.usemodules.array', True)],
+    'cppyy': [('objspace.usemodules.cpyext', True)],
     }
 module_suggests = {
     # the reason you want _rawffi is for ctypes, which
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to