Message94609
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. |
|
| Date |
User |
Action |
Args |
| 2009-10-28 07:43:09 | ocean-city | set | recipients:
+ ocean-city, mark.dickinson |
| 2009-10-28 07:43:09 | ocean-city | set | messageid: <[email protected]> |
| 2009-10-28 07:43:07 | ocean-city | link | issue7228 messages |
| 2009-10-28 07:43:07 | ocean-city | create | |
|