Message55389
| Author |
amaury.forgeotdarc |
| Recipients |
amaury.forgeotdarc |
| Date |
2007年08月28日.23:29:48 |
| SpamBayes Score |
0.0045122765 |
| Marked as misclassified |
No |
| Message-id |
<1188343788.48.0.865747020485.issue1048@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_float crashes on Windows, because the %zd format is used in a call
to PyOS_snprintf().
The attached patch properly uses PY_FORMAT_SIZE_T. |
| Files |
| File name |
Uploaded |
|
formatter.diff
|
amaury.forgeotdarc,
2007年08月28日.23:29:48
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月28日 23:29:48 | amaury.forgeotdarc | set | spambayes_score: 0.00451228 -> 0.0045122765 recipients:
+ amaury.forgeotdarc |
| 2007年08月28日 23:29:48 | amaury.forgeotdarc | set | spambayes_score: 0.00451228 -> 0.00451228 messageid: <1188343788.48.0.865747020485.issue1048@psf.upfronthosting.co.za> |
| 2007年08月28日 23:29:48 | amaury.forgeotdarc | link | issue1048 messages |
| 2007年08月28日 23:29:48 | amaury.forgeotdarc | create |
|