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 akitada
Recipients akitada, brett.cannon
Date 2008-11-23.19:26:00
SpamBayes Score 0.00019570155
Marked as misclassified No
Message-id <1227468362.07.0.586182620359.issue4370@psf.upfronthosting.co.za>
In-reply-to
Content
I looked into the code and found these warnings about 'z' were
not from printf family but PyString_FromFormat.
Apparently PyString_FromFormat handles the 'z' itself, without
delegating that to printf family.
Then why am I getting these warnings?
I could remove these by using PY_FORMAT_SIZE_T,
but it's not for them, according to http://bugs.python.org/issue3743
and the source code.
History
Date User Action Args
2008-11-23 19:26:02akitadasetrecipients: + akitada, brett.cannon
2008-11-23 19:26:02akitadasetmessageid: <1227468362.07.0.586182620359.issue4370@psf.upfronthosting.co.za>
2008-11-23 19:26:00akitadalinkissue4370 messages
2008-11-23 19:26:00akitadacreate