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 Arfrever, benjamin.peterson, loewis, nascheme, pitrou, python-dev, skrah
Date 2013-10-27.16:00:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131027160039.GA16073@sleipnir.bytereef.org>
In-reply-to <1382889448.11.0.334907335203.issue10241@psf.upfronthosting.co.za>
Content
Antoine Pitrou <report@bugs.python.org> wrote:
> Does pulling the Py_DECREF before the "if" fix the leaks?

Yes, but I get an additional failure in test_capi.  Apparently not all values
require the DECREF.  Got to look on a case by case basis.
History
Date User Action Args
2013-10-27 16:00:38skrahsetrecipients: + skrah, loewis, nascheme, pitrou, benjamin.peterson, Arfrever, python-dev
2013-10-27 16:00:38skrahlinkissue10241 messages
2013-10-27 16:00:38skrahcreate