Author: Armin Rigo <[email protected]>
Branch:
Changeset: r48258:5b15ee11ff63
Date: 2011-10-20 11:09 +0200
http://bitbucket.org/pypy/pypy/changeset/5b15ee11ff63/
Log: Maybe fixes solaris for now.
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -72,6 +72,7 @@
del working_modules['fcntl'] # LOCK_NB not defined
del working_modules["_minimal_curses"]
del working_modules["termios"]
+ del working_modules["_multiprocessing"] # depends on rctime
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit