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 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:48amaury.forgeotdarcsetspambayes_score: 0.00451228 -> 0.0045122765
recipients: + amaury.forgeotdarc
2007-08-28 23:29:48amaury.forgeotdarcsetspambayes_score: 0.00451228 -> 0.00451228
messageid: <1188343788.48.0.865747020485.issue1048@psf.upfronthosting.co.za>
2007-08-28 23:29:48amaury.forgeotdarclinkissue1048 messages
2007-08-28 23:29:48amaury.forgeotdarccreate