Author: Armin Rigo <[email protected]>
Branch:
Changeset: r64810:c48d25dd8c61
Date: 2013-06-06 10:56 +0200
http://bitbucket.org/pypy/pypy/changeset/c48d25dd8c61/
Log: Revert 7e3fde300fa3: the rebuild is needed in some cases. The test
fails right now on linux64.
diff --git a/pypy/module/test_lib_pypy/test_os_wait.py
b/pypy/module/test_lib_pypy/test_os_wait.py
--- a/pypy/module/test_lib_pypy/test_os_wait.py
+++ b/pypy/module/test_lib_pypy/test_os_wait.py
@@ -1,7 +1,7 @@
# Generates the resource cache
-#from __future__ import absolute_import
-#from lib_pypy.ctypes_config_cache import rebuild
-#rebuild.rebuild_one('resource.ctc.py')
+from __future__ import absolute_import
+from lib_pypy.ctypes_config_cache import rebuild
+rebuild.rebuild_one('resource.ctc.py')
import os
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit