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 ocean-city
Recipients mark.dickinson, ocean-city
Date 2009-10-28.07:43:06
SpamBayes Score 0.00020698074
Marked as misclassified No
Message-id <1256715789.13.0.435394306373.issue7228@psf.upfronthosting.co.za>
In-reply-to
Content
I was late again...? Hmm, I thought Python tracker told me that somebody
else modified this issue. Anyway, printf can use both "%I64" and "%I64d"
for signed 64bit integer, but should use "%I64u" for unsigned 64bit
integer AFAIK.

But PyErr_Format actually calls PyString_FromFormatV, and it's not
treating %lld. So probably we should modify PyString_FromFormatV.
History
Date User Action Args
2009-10-28 07:43:09ocean-citysetrecipients: + ocean-city, mark.dickinson
2009-10-28 07:43:09ocean-citysetmessageid: <1256715789.13.0.435394306373.issue7228@psf.upfronthosting.co.za>
2009-10-28 07:43:07ocean-citylinkissue7228 messages
2009-10-28 07:43:07ocean-citycreate