Message 339168 - Python tracker

Message339168

Author malin
Recipients malin, methane, rhettinger
Date 2019-03-30.02:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553913825.65.0.170439395409.issue36482@roundup.psfhosted.org>
In-reply-to
Content
Currently, when the cache is full, the entire cache is cleared.
This patch let it use FIFO policy.

Inada Naoki, Raymond Hettinger, could you review this patch? Thanks.
No hurry, just do it when you have time.
History
Date User Action Args
2019-03-30 02:43:45malinsetrecipients: + malin, rhettinger, methane
2019-03-30 02:43:45malinsetmessageid: <1553913825.65.0.170439395409.issue36482@roundup.psfhosted.org>
2019-03-30 02:43:45malinlinkissue36482 messages
2019-03-30 02:43:45malincreate