[pypy-commit] pypy default: Revert 7e3fde300fa3: the rebuild is needed in some cases. The test

arigo noreply at buildbot.pypy.org
Thu Jun 6 10:57:03 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
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
 


More information about the pypy-commit mailing list