Message 189427 - Python tracker

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.

Content
Oh, I fixed some warnings yesterday, but I forgot this issue.

changeset:   83802:ef5dd5bda323
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Fri May 17 00:12:04 2013 +0200
files:       Python/getargs.c Python/traceback.c
description:
Fix compilater warnings on Windows 64-bit


changeset:   83801:16a00dd78cd0
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Fri May 17 00:04:56 2013 +0200
files:       Python/formatter_unicode.c
description:
Fix a compilater warning on Windows 64-bit


changeset:   83800:e5dc97fb304d
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Thu May 16 23:48:01 2013 +0200
files:       Python/ceval.c
description:
Fix a compilater warning on Windows 64-bit

idx variable is used for a tuple indexn so use Py_ssize_t (not int).