]> granicus.if.org Git - python/commit
Patch # 1048 by Amaury Forgeot d'Arc.
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 18:42:15 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 18:42:15 +0000 (18:42 +0000)
commit39342f4e65afdb0a6a4be493dbbbf6fc28357787
treec0a274891ba387a82f1f8edba1ef33cb045d114d
parentfb67be2f6b12e6ab07c17ece1caaf0057d610252
Patch # 1048 by Amaury Forgeot d'Arc.
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.
Objects/stringlib/formatter.h