Author: Christian Tismer <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit