[pypy-svn] r66234 - pypy/trunk/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Wed Jul 15 14:58:27 CEST 2009


Author: fijal
Date: Wed Jul 15 14:58:24 2009
New Revision: 66234

Modified:
   pypy/trunk/pypy/rpython/lltypesystem/ll2ctypes.py
Log:
remove wrong comment


Modified: pypy/trunk/pypy/rpython/lltypesystem/ll2ctypes.py
==============================================================================
--- pypy/trunk/pypy/rpython/lltypesystem/ll2ctypes.py	(original)
+++ pypy/trunk/pypy/rpython/lltypesystem/ll2ctypes.py	Wed Jul 15 14:58:24 2009
@@ -833,7 +833,6 @@
                     libpath = libname
             if libpath:
                 dllclass = getattr(ctypes, calling_conv + 'dll')
-                # urgh, cannot pass the flag to dllclass.LoadLibrary
                 clib = dllclass._dlltype(libpath)
                 cfunc = get_on_lib(clib, funcname)
                 if cfunc is not None:



More information about the Pypy-commit mailing list