[pypy-commit] pypy default: disable _vmprof

arigo noreply at buildbot.pypy.org
Sun Apr 26 23:59:26 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76944:d32226e955cb
Date: 2015-04-26 23:59 +0200
http://bitbucket.org/pypy/pypy/changeset/d32226e955cb/

Log:	disable _vmprof

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -39,6 +39,7 @@
 ])
 
 if sys.platform.startswith('linux') and sys.maxint > 2147483647:
+  if 0:     # XXX disabled until we fix the absurd .so mess
     working_modules.add('_vmprof')
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list