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 ocean-city
Recipients ocean-city
Date 2008-03-03.13:05:31
SpamBayes Score 0.13006331
Marked as misclassified No
Message-id <1204549533.94.0.102574866059.issue2222@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. Probably I found memory leak.
When first convert_to_unicode succeeds and second one
fails, first unicode object is not freed.

# ex: os.rename("a", 3)

Thank you.
History
Date User Action Args
2008-03-03 13:05:34ocean-citysetspambayes_score: 0.130063 -> 0.13006331
recipients: + ocean-city
2008-03-03 13:05:34ocean-citysetspambayes_score: 0.130063 -> 0.130063
messageid: <1204549533.94.0.102574866059.issue2222@psf.upfronthosting.co.za>
2008-03-03 13:05:32ocean-citylinkissue2222 messages
2008-03-03 13:05:32ocean-citycreate