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 gvanrossum
Recipients gvanrossum, levkivskyi, ned.deily, serhiy.storchaka, yselivanov
Date 2016-11-09.17:13:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+DpL5hfn23mmeu-azSjqvdysq55mEuDtQH+346sgLSLw@mail.gmail.com>
In-reply-to <1478708650.2.0.578262083696.issue28649@psf.upfronthosting.co.za>
Content
Serhiy, why is `gc.collect()` returning 2 after `del A` proof of a leak?
Yes, there's a cycle, but it's being GC'ed -- isn't that fine? Without the
slots the collect() call returns a larger number.
History
Date User Action Args
2016-11-09 17:13:28gvanrossumsetrecipients: + gvanrossum, ned.deily, serhiy.storchaka, yselivanov, levkivskyi
2016-11-09 17:13:28gvanrossumlinkissue28649 messages
2016-11-09 17:13:28gvanrossumcreate