amitdev / lru-dict

A fast and memory efficient LRU cache for Python
MIT License
260 stars 46 forks source link

Support pop #21

Closed ioistired closed 3 years ago

ioistired commented 6 years ago

d.pop(k) -> del k[d]; return what was deleted i would do this but idk any C and you can't inherit C classes

cool-RR commented 3 years ago

@amitdev I believe this issue should be marked closed, and a release should be made. CC @congma

amitdev commented 3 years ago

Released new version (1.1.7)

cool-RR commented 3 years ago

Thank you!

On Wed, Feb 3, 2021 at 9:06 AM Amit Dev notifications@github.com wrote:

Released new version (1.1.7)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/amitdev/lru-dict/issues/21#issuecomment-772286794, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN3SUW3W7IIMULONKTRD3S5DYXFANCNFSM4ERHDRQA .