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 arigo
Recipients amaury.forgeotdarc, arigo, bkabrda, ncoghlan, neale, terry.reedy
Date 2015-04-05.10:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428229916.39.0.28434872658.issue23830@psf.upfronthosting.co.za>
In-reply-to
Content
The PyArg_ParseTuple() size arguments should be of type "Py_ssize_t" instead of "int".
History
Date User Action Args
2015-04-05 10:31:56arigosetrecipients: + arigo, terry.reedy, amaury.forgeotdarc, ncoghlan, bkabrda, neale
2015-04-05 10:31:56arigosetmessageid: <1428229916.39.0.28434872658.issue23830@psf.upfronthosting.co.za>
2015-04-05 10:31:56arigolinkissue23830 messages
2015-04-05 10:31:56arigocreate