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 eric.smith
Recipients Kiriakos.Vlahos, eric.smith, mark.dickinson, sjmachin
Date 2010-09-29.15:21:54
SpamBayes Score 0.00010124881
Marked as misclassified No
Message-id <1285773732.0.0.883431767013.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
It's interesting to note that '9' is ascii 57, and ':' is 58. It's like the code is incrementing the wrong digit. If it's related to that, that indeed sounds like a compiler optimization bug to me, but of course I'm just guessing. And I'm not sure that conclusion matches the rest of the known facts.
History
Date User Action Args
2010-09-29 15:22:12eric.smithsetrecipients: + eric.smith, sjmachin, mark.dickinson, Kiriakos.Vlahos
2010-09-29 15:22:12eric.smithsetmessageid: <1285773732.0.0.883431767013.issue9980@psf.upfronthosting.co.za>
2010-09-29 15:21:56eric.smithlinkissue9980 messages
2010-09-29 15:21:54eric.smithcreate