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 pitrou
Recipients christian.heimes, gvanrossum, pitrou
Date 2008-01-22.23:02:11
SpamBayes Score 0.0076201838
Marked as misclassified No
Message-id <1201042932.94.0.464342108122.issue1651@psf.upfronthosting.co.za>
In-reply-to
Content
The default encoding version is generated lazily, and only from a couple
of places (if I believe my grepping through the py3k sources).
So we can:
 * choose not to care, as the conversion looks rather rare
 * incref the return value of _PyUnicode_AsDefaultEncodedString(), and
convert the 20 or so places in which that function is used to properly
decref the value when done
History
Date User Action Args
2008-01-22 23:02:13pitrousetspambayes_score: 0.00762018 -> 0.0076201838
recipients: + pitrou, gvanrossum, christian.heimes
2008-01-22 23:02:12pitrousetspambayes_score: 0.00762018 -> 0.00762018
messageid: <1201042932.94.0.464342108122.issue1651@psf.upfronthosting.co.za>
2008-01-22 23:02:11pitroulinkissue1651 messages
2008-01-22 23:02:11pitroucreate