[issue1268] array unittest problems with UCS4 build

Christian Heimes report at bugs.python.org
Sun Oct 14 18:59:23 CEST 2007


Christian Heimes added the comment:

Oh stop, the array module doesn't build for me (Ubuntu Linux, i386,
UCS-4 build, rev58458):

Modules/arraymodule.c: In function 'array_buffer_getbuf':
Modules/arraymodule.c:1815: error: 'Py_buffer' has no member named 'formats'

Please replace formats with format in line 1815:

    view->format = "w";

Christian

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1268>
__________________________________


More information about the Python-bugs-list mailing list