Author: Armin Rigo <[email protected]>
Branch: py3k-faulthandler
Changeset: r87447:8aae306f582f
Date: 2016-09-29 17:19 +0200
http://bitbucket.org/pypy/pypy/changeset/8aae306f582f/
Log: add explicit dependency
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -94,6 +94,7 @@
('objspace.usemodules.thread', True)],
'cpyext': [('objspace.usemodules.array', True)],
'cppyy': [('objspace.usemodules.cpyext', True)],
+ 'faulthandler': [('objspace.usemodules._vmprof', True)],
}
module_suggests = {
# the reason you want _rawffi is for ctypes, which
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit