Author: Christian Tismer <[email protected]>
Branch: win64_gborg
Changeset: r48961:e205679c19d1
Date: 2011-11-08 18:19 +0100
http://bitbucket.org/pypy/pypy/changeset/e205679c19d1/

Log:    re-enabled 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
@@ -1747,8 +1747,7 @@
 # ____________________________________________________________
 # Support for the WindowsError exception
 
-# XXX temporarily disabled
-if 0 and sys.platform == 'win32':
+if 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

Reply via email to