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
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;