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 serhiy.storchaka, vstinner
Date 2019-03-10.10:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552214689.25.0.323284895306.issue36254@roundup.psfhosted.org>
In-reply-to
Content
The proposed patch fixes invalid uses of %d in format strings in C (mostly when the argument has type Py_ssize_t or size_t).
History
Date User Action Args
2019-03-10 10:44:49serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2019-03-10 10:44:49serhiy.storchakasetmessageid: <1552214689.25.0.323284895306.issue36254@roundup.psfhosted.org>
2019-03-10 10:44:49serhiy.storchakalinkissue36254 messages
2019-03-10 10:44:49serhiy.storchakacreate