lru-dict
lru-dict copied to clipboard
Remove incref call from `LRU_popitem`
The result object already gets its count increased inside LRU_peek_*_item, so doing it twice causes a memory leak.
Should fix #64