Author: Armin Rigo <[email protected]>
Branch: ppc-stacklet
Changeset: r80528:205e275c5895
Date: 2015-11-03 21:26 +0100
http://bitbucket.org/pypy/pypy/changeset/205e275c5895/
Log: Remove the removal of the _continuation module on ppc
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -76,10 +76,10 @@
if "cppyy" in working_modules:
working_modules.remove("cppyy") # depends on ctypes
-if sys.platform.startswith("linux"):
- _mach = os.popen('uname -m', 'r').read().strip()
- if _mach.startswith('ppc'):
- working_modules.remove("_continuation")
+#if sys.platform.startswith("linux"):
+# _mach = os.popen('uname -m', 'r').read().strip()
+# if _mach.startswith(...):
+# working_modules.remove("_continuation")
module_dependencies = {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit