[pypy-commit] pypy default: we fixed the obscure .so mess

fijal noreply at buildbot.pypy.org
Mon May 25 10:50:37 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r77531:f9f23acf1c65
Date: 2015-05-25 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/f9f23acf1c65/

Log:	we fixed the obscure .so mess

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -39,7 +39,6 @@
 ])
 
 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