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.

Unsupported provider

Author chmod007
Recipients chmod007, donmez, gvanrossum, jafo, jhpanetta, nevyn, nnorwitz
Date 2008-03-29.04:37:25
SpamBayes Score 0.12470607
Marked as misclassified No
Message-id <1206765446.73.0.162154386122.issue1179@psf.upfronthosting.co.za>
In-reply-to
Content
The following test cases still cause bus errors with the patch applied:

import imageop; imageop.rgb82rgb('A'*(2**30), 32768, 32768)
import imageop; imageop.grey2rgb('A'*(2**30), 32768, 32768)
History
Date User Action Args
2008-03-29 04:37:27chmod007setspambayes_score: 0.124706 -> 0.12470607
recipients: + chmod007, gvanrossum, nnorwitz, jafo, donmez, nevyn, jhpanetta
2008-03-29 04:37:26chmod007setspambayes_score: 0.124706 -> 0.124706
messageid: <1206765446.73.0.162154386122.issue1179@psf.upfronthosting.co.za>
2008-03-29 04:37:26chmod007linkissue1179 messages
2008-03-29 04:37:25chmod007create