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 vstinner
Recipients loewis, pitrou, serhiy.storchaka, vstinner
Date 2012-04-30.01:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335748211.39.0.249899928345.issue14687@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:
 - use also PyUnicode_Kind for kind and fmtkind
 - fix compiler warnings
 - initialize data outside the loop
 - avoid duplicate PyUnicode_READ() where it is possible
 - minor code cleanup
History
Date User Action Args
2012-04-30 01:10:11vstinnersetrecipients: + vstinner, loewis, pitrou, serhiy.storchaka
2012-04-30 01:10:11vstinnersetmessageid: <1335748211.39.0.249899928345.issue14687@psf.upfronthosting.co.za>
2012-04-30 01:10:10vstinnerlinkissue14687 messages
2012-04-30 01:10:10vstinnercreate