Author: mattip <[email protected]>
Branch: ufuncapi
Changeset: r75207:70a3a4496b45
Date: 2015-01-02 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/70a3a4496b45/

Log:    backed out a7730d9255c3, handle this in quieter-translation branch

diff --git a/pypy/goal/targetpypystandalone.py 
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -292,10 +292,9 @@
         return PyPyJitPolicy(pypy_hooks)
 
     def get_entry_point(self, config):
-        if sys.platform != 'win32':
-            from pypy.tool.lib_pypy import import_from_lib_pypy
-            rebuild = import_from_lib_pypy('ctypes_config_cache/rebuild')
-            rebuild.try_rebuild()
+        from pypy.tool.lib_pypy import import_from_lib_pypy
+        rebuild = import_from_lib_pypy('ctypes_config_cache/rebuild')
+        rebuild.try_rebuild()
 
         space = make_objspace(config)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to