[pypy-commit] pypy win64_gborg: temporarily disabled import of rwin32

ctismer noreply at buildbot.pypy.org
Fri Nov 4 19:12:56 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64_gborg
Changeset: r48759:4acfd6f8e884
Date: 2011-11-04 19:12 +0100
http://bitbucket.org/pypy/pypy/changeset/4acfd6f8e884/

Log:	temporarily disabled import of rwin32

diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os.py
+++ b/pypy/rpython/module/ll_os.py
@@ -1738,7 +1738,8 @@
 # ____________________________________________________________
 # Support for the WindowsError exception
 
-if sys.platform == 'win32':
+# XXX temporarily disabled
+if 0 and sys.platform == 'win32':
     from pypy.rlib import rwin32
 
     class RegisterFormatError(BaseLazyRegistering):


More information about the pypy-commit mailing list