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 methane
Recipients gvanrossum, methane, pitrou, scoder, serhiy.storchaka
Date 2018-01-12.10:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515751587.81.0.467229070634.issue32346@psf.upfronthosting.co.za>
In-reply-to
Content
As my understand, this patch creates cache for all classe,
not only for parent classes.
Caches may has much tuples, and they are GC tracked because
they contains function descriptors.  And they actually creates
reference cycles.

Am I correct?

If so, I want estimate of GC overhead and memory overhead of cache
for large project.  Is it really negligible?
History
Date User Action Args
2018-01-12 10:06:27methanesetrecipients: + methane, gvanrossum, pitrou, scoder, serhiy.storchaka
2018-01-12 10:06:27methanesetmessageid: <1515751587.81.0.467229070634.issue32346@psf.upfronthosting.co.za>
2018-01-12 10:06:27methanelinkissue32346 messages
2018-01-12 10:06:27methanecreate