Message277586
Perhaps: _cache.pop(next(iter(_cache)))
The for-loop version indirect about what it is trying to do and relies on an obscure quirk of exactly when it is an error to mutate while iterating.
I do like that the side-effect of the compact dict is that is lets us choose the oldest entry to evict. |
|
| Date |
User |
Action |
Args |
| 2016-09-28 05:46:46 | rhettinger | set | recipients:
+ rhettinger, serhiy.storchaka, xiang.zhang |
| 2016-09-28 05:46:46 | rhettinger | set | messageid: <[email protected]> |
| 2016-09-28 05:46:46 | rhettinger | link | issue28293 messages |
| 2016-09-28 05:46:45 | rhettinger | create | |
|