[issue1048] py3k: correction for test_float on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Wed Aug 29 01:29:48 CEST 2007


New submission from 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.

----------
components: Windows
files: formatter.diff
messages: 55389
nosy: amaury.forgeotdarc
severity: normal
status: open
title: py3k: correction for test_float on Windows
type: crash
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1048>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: formatter.diff
Type: application/octet-stream
Size: 670 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20070828/ceebf901/attachment-0002.obj 


More information about the Python-bugs-list mailing list