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 benjamin.peterson, fabioz, pitrou, vstinner
Date 2009-01-08.21:37:04
SpamBayes Score 0.0051184343
Marked as misclassified No
Message-id <1231450625.79.0.7131362736.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
If `PyObject_SetAttrString(raw, "_name", text)` fails, a reference to
raw is leaked.
Other than that, the patch looks good.
History
Date User Action Args
2009-01-08 21:37:06pitrousetrecipients: + pitrou, vstinner, fabioz, benjamin.peterson
2009-01-08 21:37:05pitrousetmessageid: <1231450625.79.0.7131362736.issue4705@psf.upfronthosting.co.za>
2009-01-08 21:37:05pitroulinkissue4705 messages
2009-01-08 21:37:04pitroucreate