[pypy-svn] pypy jitypes2: remove XXX that has been resolved

antocuni commits-noreply at bitbucket.org
Tue Jan 4 14:04:52 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r40379:2287c8684720
Date: 2011-01-04 14:04 +0100
http://bitbucket.org/pypy/pypy/changeset/2287c8684720/

Log:	remove XXX that has been resolved

diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
+++ b/lib_pypy/_ctypes/function.py
@@ -406,7 +406,6 @@
         """
         assert len(argtypes) == len(args)
         newargs = []
-        # XXX: investigate the difference between _ffishape and _ffiargshape
         for argtype, arg in zip(argtypes, args):
             shape = argtype._ffiargshape
             if shape == 'u' or shape == 'c':


More information about the Pypy-commit mailing list