Message189427
| 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). |
|