Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r55603:33c305197a3d
Date: 2012-06-11 23:01 +0200
http://bitbucket.org/pypy/pypy/changeset/33c305197a3d/

Log:    Translation of cpyext requires the array module.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -79,6 +79,7 @@
 module_dependencies = {
     '_multiprocessing': [('objspace.usemodules.rctime', True),
                          ('objspace.usemodules.thread', True)],
+    'cpyext': [('objspace.usemodules.array', 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