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 davide.rizzo
Recipients Mark.Shannon, Trundle, amaury.forgeotdarc, benjamin.peterson, davide.rizzo, ezio.melotti, orsenthil, pitrou, python-dev, vstinner
Date 2011-12-15.09:03:42
SpamBayes Score 5.332383e-08
Marked as misclassified No
Message-id <1323939823.33.0.572762232849.issue12149@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, it's been a long time since I went through this bug and don't remember the details. Are you sure subtype_dealloc should not call PyType_Modified? It looked like the appropriate place at the time. In the example the reference cycle was introduced on purpose by the Python program. Maybe we can try and explore the reference graph again?

I understood while posting the patch that this would have impacted performance. But deallocation of a subtype is not something that happens a lot in most programs. An overall 4% looks huge though.
History
Date User Action Args
2011-12-15 09:03:43davide.rizzosetrecipients: + davide.rizzo, amaury.forgeotdarc, orsenthil, pitrou, vstinner, benjamin.peterson, ezio.melotti, Trundle, Mark.Shannon, python-dev
2011-12-15 09:03:43davide.rizzosetmessageid: <1323939823.33.0.572762232849.issue12149@psf.upfronthosting.co.za>
2011-12-15 09:03:42davide.rizzolinkissue12149 messages
2011-12-15 09:03:42davide.rizzocreate