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 vstinner
Recipients amaury.forgeotdarc, brian.curtin, flox, janglin, loewis, pitrou, python-dev, schmir, terry.reedy, vstinner
Date 2013-05-17.07:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368775832.79.0.569377301608.issue9566@psf.upfronthosting.co.za>
In-reply-to
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).
History
Date User Action Args
2013-05-17 07:30:32vstinnersetrecipients: + vstinner, loewis, terry.reedy, amaury.forgeotdarc, pitrou, schmir, brian.curtin, janglin, flox, python-dev
2013-05-17 07:30:32vstinnersetmessageid: <1368775832.79.0.569377301608.issue9566@psf.upfronthosting.co.za>
2013-05-17 07:30:32vstinnerlinkissue9566 messages
2013-05-17 07:30:31vstinnercreate