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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2007-12-18.19:14:12
SpamBayes Score 0.56748384
Marked as misclassified No
Message-id <1198005252.67.0.703849717299.issue1651@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a patch. And I think you cannot do this without compromising
correctness, since _PyUnicode_AsDefaultEncodedString() returns the
cached value without incrementing its refcount.  (The only refcount that
keeps it alive is the cache entry.)
History
Date User Action Args
2007-12-18 19:14:12gvanrossumsetspambayes_score: 0.567484 -> 0.56748384
recipients: + gvanrossum, christian.heimes
2007-12-18 19:14:12gvanrossumsetspambayes_score: 0.567484 -> 0.567484
messageid: <1198005252.67.0.703849717299.issue1651@psf.upfronthosting.co.za>
2007-12-18 19:14:12gvanrossumlinkissue1651 messages
2007-12-18 19:14:12gvanrossumcreate