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 yselivanov
Recipients Kay.Hayen, benjamin.peterson, josh.r, kayhayen, larry, ned.deily, python-dev, rhettinger, serhiy.storchaka, steven.daprano, yselivanov
Date 2016-11-09.13:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478699240.35.0.814535305828.issue27942@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is causing refleaks:

    test_ast leaked [98, 98, 98] references, sum=294
    test_code leaked [2, 2, 2] references, sum=6

Please review the attached patch fixing that.  Please review.
History
Date User Action Args
2016-11-09 13:47:20yselivanovsetrecipients: + yselivanov, rhettinger, larry, benjamin.peterson, ned.deily, steven.daprano, kayhayen, python-dev, serhiy.storchaka, Kay.Hayen, josh.r
2016-11-09 13:47:20yselivanovsetmessageid: <1478699240.35.0.814535305828.issue27942@psf.upfronthosting.co.za>
2016-11-09 13:47:20yselivanovlinkissue27942 messages
2016-11-09 13:47:20yselivanovcreate