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 Suman.Saha
Recipients Suman.Saha
Date 2011-09-20.14:56:50
SpamBayes Score 0.0013759303
Marked as misclassified No
Message-id <1316530611.41.0.519397979389.issue13019@psf.upfronthosting.co.za>
In-reply-to
Content
1. Something that is allocated using PyObject_GetIter is not freed on one error path.
2. Something that is allocated using PyByteArray_FromStringAndSize is not freed on one error path
History
Date User Action Args
2011-09-20 14:56:51Suman.Sahasetrecipients: + Suman.Saha
2011-09-20 14:56:51Suman.Sahasetmessageid: <1316530611.41.0.519397979389.issue13019@psf.upfronthosting.co.za>
2011-09-20 14:56:50Suman.Sahalinkissue13019 messages
2011-09-20 14:56:50Suman.Sahacreate