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 skrah
Recipients Suman.Saha, skrah
Date 2011-09-21.07:31:22
SpamBayes Score 0.0002753654
Marked as misclassified No
Message-id <1316590283.6.0.778795592423.issue13014@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't look right to me: If (rdn != NULL) && (PyList_Size(rdn) > 0),
rdn is already decremented.

There is a leak though if  (rdn != NULL) && (PyList_Size(rdn) == 0).
History
Date User Action Args
2011-09-21 07:31:23skrahsetrecipients: + skrah, Suman.Saha
2011-09-21 07:31:23skrahsetmessageid: <1316590283.6.0.778795592423.issue13014@psf.upfronthosting.co.za>
2011-09-21 07:31:22skrahlinkissue13014 messages
2011-09-21 07:31:22skrahcreate