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 | donmez, gvanrossum, jafo, nevyn |
| Date | 2007年09月19日.22:56:18 |
| SpamBayes Score | 0.20434561 |
| Marked as misclassified | No |
| Message-id | <1190242578.56.0.446958293119.issue1179@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hm. First of all, it seems the imageop module has completely missed the Py_ssize_t changes. Second, I don't think that "if ( x != len / y )" is a valid replacement for "if ( x*y != len )" -- consider x==5, y==2, len==11. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年09月19日 22:56:18 | gvanrossum | set | spambayes_score: 0.204346 -> 0.20434561 recipients: + gvanrossum, jafo, donmez, nevyn |
| 2007年09月19日 22:56:18 | gvanrossum | set | spambayes_score: 0.204346 -> 0.204346 messageid: <1190242578.56.0.446958293119.issue1179@psf.upfronthosting.co.za> |
| 2007年09月19日 22:56:18 | gvanrossum | link | issue1179 messages |
| 2007年09月19日 22:56:18 | gvanrossum | create | |