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 rhettinger
Recipients ncoghlan, pitrou, rhettinger, serhiy.storchaka, thesheep
Date 2013-12-04.21:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386192297.05.0.592197052182.issue19859@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not in favor of filling the docs with warnings like this.  It tends to make everything sound dangerous even when the tools are doing exactly what they are supposed to do.

Every container (except for the weakref containers) keeps their references alive.  That is how Python works.  The LRU cache is no more special in this regard than a dictionary, list, or set.   In addition, the older entries get flushed-out and freed as the LRU cache gets newer entries.

[Radomir Dopieralski]
> So please consider this patch abandoned.

Marking this as closed.
History
Date User Action Args
2013-12-04 21:24:57rhettingersetrecipients: + rhettinger, ncoghlan, pitrou, serhiy.storchaka, thesheep
2013-12-04 21:24:57rhettingersetmessageid: <1386192297.05.0.592197052182.issue19859@psf.upfronthosting.co.za>
2013-12-04 21:24:57rhettingerlinkissue19859 messages
2013-12-04 21:24:56rhettingercreate