Author: Antonio Cuni <anto.c...@gmail.com>
Branch: vmprof
Changeset: r74196:39b9fc2f826e
Date: 2014-10-24 22:12 +0100
http://bitbucket.org/pypy/pypy/changeset/39b9fc2f826e/

Log:    enable _vmprof by default

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -35,7 +35,7 @@
     "cStringIO", "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
     "binascii", "_multiprocessing", '_warnings', "_collections",
     "_multibytecodec", "micronumpy", "_continuation", "_cffi_backend",
-    "_csv", "cppyy", "_pypyjson"
+    "_csv", "cppyy", "_pypyjson", "_vmprof"
 ])
 
 translation_modules = default_modules.copy()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to