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 doerwalter, eric.smith, ezio.melotti, flox, vstinner
Date 2010-01-21.11:43:48
SpamBayes Score 0.13216385
Marked as misclassified No
Message-id <1264074229.94.0.303216008009.issue7649@psf.upfronthosting.co.za>
In-reply-to
Content
@Ezio: Your patch leaks a reference: PyUnicode_FromString(...) is not destroyed (Py_DECREF) on success.
History
Date User Action Args
2010-01-21 11:43:50vstinnersetrecipients: + vstinner, doerwalter, eric.smith, ezio.melotti, flox
2010-01-21 11:43:49vstinnersetmessageid: <1264074229.94.0.303216008009.issue7649@psf.upfronthosting.co.za>
2010-01-21 11:43:48vstinnerlinkissue7649 messages
2010-01-21 11:43:48vstinnercreate