[pypy-svn] r73272 - pypy/branch/cpython-extension/pypy/module/cpyext

fijal at codespeak.net fijal at codespeak.net
Fri Apr 2 02:52:21 CEST 2010


Author: fijal
Date: Fri Apr  2 02:52:20 2010
New Revision: 73272

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/getargs.py
Log:
Don't do anything here


Modified: pypy/branch/cpython-extension/pypy/module/cpyext/getargs.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/getargs.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/getargs.py	Fri Apr  2 02:52:20 2010
@@ -17,7 +17,8 @@
         if c == "\x00":
             return 0
         if c == "i":
-            pyobj = api.va_get_int_star(va_list_p)
+            #pyobj = api.va_get_int_star(va_list_p)
             # XXX processs....
+            pass
         i += 1
     return 0



More information about the Pypy-commit mailing list