Author: Maciej Fijalkowski <[email protected]>
Branch: vmprof
Changeset: r76074:c028c55c7a58
Date: 2015-02-23 15:04 +0200
http://bitbucket.org/pypy/pypy/changeset/c028c55c7a58/

Log:    reenable 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
@@ -38,8 +38,8 @@
     "_csv", "cppyy", "_pypyjson"
 ])
 
-#if sys.platform.startswith('linux') and sys.maxint > 2147483647:
-#    working_modules.add('_vmprof')
+if sys.platform.startswith('linux') and sys.maxint > 2147483647:
+    working_modules.add('_vmprof')
 
 translation_modules = default_modules.copy()
 translation_modules.update([
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to