[pypy-svn] r59108 - pypy/branch/cbuild-refactor/pypy/rlib

fijal at codespeak.net fijal at codespeak.net
Wed Oct 15 16:52:33 CEST 2008


Author: fijal
Date: Wed Oct 15 16:52:33 2008
New Revision: 59108

Modified:
   pypy/branch/cbuild-refactor/pypy/rlib/libffi.py
Log:
leave a comment here. fixing requires a bit of carefulness


Modified: pypy/branch/cbuild-refactor/pypy/rlib/libffi.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/rlib/libffi.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/rlib/libffi.py	Wed Oct 15 16:52:33 2008
@@ -16,6 +16,8 @@
 import ctypes.util
 
 DEBUG = False # writes dlerror() messages to stderr
+# XXX this need solving rather than hacking. We need to raise something else
+#     than OSError, something capable of delivering a message
 
 _MS_WINDOWS = os.name == "nt"
 _MAC_OS = sys.platform == "darwin"



More information about the Pypy-commit mailing list