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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ezio.melotti, kaizhu
Date 2011-05-14.08:00:27
SpamBayes Score 0.0013389373
Marked as misclassified No
Message-id <1305360028.21.0.320760957369.issue12075@psf.upfronthosting.co.za>
In-reply-to
Content
It's simply because all classes form a cycle (Foo -> Foo.__mro__ -> Foo)
A class and class attributes can only be freed with gc.collect().
Did you disable the garbage collector?
History
Date User Action Args
2011-05-14 08:00:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ezio.melotti, kaizhu
2011-05-14 08:00:28amaury.forgeotdarcsetmessageid: <1305360028.21.0.320760957369.issue12075@psf.upfronthosting.co.za>
2011-05-14 08:00:27amaury.forgeotdarclinkissue12075 messages
2011-05-14 08:00:27amaury.forgeotdarccreate