Message205248
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. |
|
Date |
User |
Action |
Args |
2013-12-04 21:24:57 | rhettinger | set | recipients:
+ rhettinger, ncoghlan, pitrou, serhiy.storchaka, thesheep |
2013-12-04 21:24:57 | rhettinger | set | messageid: <1386192297.05.0.592197052182.issue19859@psf.upfronthosting.co.za> |
2013-12-04 21:24:57 | rhettinger | link | issue19859 messages |
2013-12-04 21:24:56 | rhettinger | create | |
|