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 gvanrossum
Recipients christian.heimes, gvanrossum, teoliphant
Date 2007-10-14.20:46:51
SpamBayes Score 0.007987068
Marked as misclassified No
Message-id <ca471dc20710141346r3d524e1aw552da27c137b4b2e@mail.gmail.com>
In-reply-to <47124AE8.1070903@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";

Done.
History
Date User Action Args
2007-10-14 20:46:51gvanrossumsetspambayes_score: 0.00798707 -> 0.007987068
recipients: + gvanrossum, teoliphant, christian.heimes
2007-10-14 20:46:51gvanrossumlinkissue1268 messages
2007-10-14 20:46:51gvanrossumcreate