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 ronaldoussoren
Recipients Tilka, mark.dickinson, pitrou, pv, ronaldoussoren, skrah, theller, vstinner
Date 2013-06-21.14:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371824602.35.0.297401792277.issue10744@psf.upfronthosting.co.za>
In-reply-to
Content
The correct format string for Py_ssize_t with sprintf is 
"%"PY_FORMAT_SIZE_T"d" (defined and explained in pyport.h).
History
Date User Action Args
2013-06-21 14:23:22ronaldoussorensetrecipients: + ronaldoussoren, theller, mark.dickinson, pitrou, vstinner, pv, skrah, Tilka
2013-06-21 14:23:22ronaldoussorensetmessageid: <1371824602.35.0.297401792277.issue10744@psf.upfronthosting.co.za>
2013-06-21 14:23:22ronaldoussorenlinkissue10744 messages
2013-06-21 14:23:22ronaldoussorencreate