Author: Armin Rigo <[email protected]>
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()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit