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 serhiy.storchaka
Recipients John.Malmberg, python-dev, serhiy.storchaka, vstinner
Date 2014-07-04.19:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404503116.11.0.654646451569.issue21893@psf.upfronthosting.co.za>
In-reply-to
Content
This is incorrect. PY_FORMAT_SIZE_T shouldn't be used in format string of PyErr_Format. On one hand, PyErr_Format understand the "z" modifier. On other hand, it is not understand all platform-specific expansions of PY_FORMAT_SIZE_T (e.g. "I").
History
Date User Action Args
2014-07-04 19:45:16serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev, John.Malmberg
2014-07-04 19:45:16serhiy.storchakasetmessageid: <1404503116.11.0.654646451569.issue21893@psf.upfronthosting.co.za>
2014-07-04 19:45:16serhiy.storchakalinkissue21893 messages
2014-07-04 19:45:15serhiy.storchakacreate