commit | 39342f4e65afdb0a6a4be493dbbbf6fc28357787 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 29 18:42:15 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 29 18:42:15 2007 +0000 |
tree | c0a274891ba387a82f1f8edba1ef33cb045d114d | |
parent | fb67be2f6b12e6ab07c17ece1caaf0057d610252 [diff] |
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.