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 vstinner
Date 2008-07-06.16:06:08
SpamBayes Score 0.0002471533
Marked as misclassified No
Message-id <1215360370.12.0.415668125666.issue3303@psf.upfronthosting.co.za>
In-reply-to
Content
If locale.strcoll(a, b) fails because PyUnicode_FromObject(b) fails, 
refcount of a is wrong. Attached patch fixes the problem.
History
Date User Action Args
2008-07-06 16:06:10vstinnersetspambayes_score: 0.000247153 -> 0.0002471533
recipients: + vstinner
2008-07-06 16:06:10vstinnersetspambayes_score: 0.000247153 -> 0.000247153
messageid: <1215360370.12.0.415668125666.issue3303@psf.upfronthosting.co.za>
2008-07-06 16:06:09vstinnerlinkissue3303 messages
2008-07-06 16:06:08vstinnercreate