[issue7414] Format code "C" is missing from skipitem() in getargs.c

2009-12-03 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks! Fixed in r76646 (py3k) and r76647 (release31-maint). -- nosy: +mark.dickinson resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: +Python 3.2 ___ Python tr

[issue7414] Format code "C" is missing from skipitem() in getargs.c

2009-11-30 Thread Case Van Horsen
New submission from Case Van Horsen : An error was reported on c.l.py. The following code in a Python 3 extension module generated an error: = If I use the following C code static PyObject* foo(PyObject *self, PyObject *args, PyObject *kwrds) { char a, b;