Message218761
Will that implementation cause a memory leak? Won't the lru_cache have a dict mapping {self: result}, meaning that `self` will live forever, instead of storing result in self.__dict__, where the lifetimes are correct. |
|
| Date |
User |
Action |
Args |
| 2014-05-18 22:39:12 | alex | set | recipients:
+ alex, rhettinger, pitrou, vstinner, pydanny, eric.araujo, r.david.murray, serhiy.storchaka, madison.may, Omer.Katz |
| 2014-05-18 22:39:12 | alex | set | messageid: <[email protected]> |
| 2014-05-18 22:39:12 | alex | link | issue21145 messages |
| 2014-05-18 22:39:12 | alex | create | |
|