This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gvanrossum, teoliphant
Date 2007-10-14.16:59:22
SpamBayes Score 0.024501244
Marked as misclassified No
Message-id <47124AE8.1070903@cheimes.de>
In-reply-to <47123514.7080007@cheimes.de>
Content
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
History
Date User Action Args
2007-10-14 16:59:23christian.heimessetspambayes_score: 0.0245012 -> 0.024501244
recipients: + christian.heimes, gvanrossum, teoliphant
2007-10-14 16:59:23christian.heimeslinkissue1268 messages
2007-10-14 16:59:22christian.heimescreate