[New-bugs-announce] [issue36482] let struct's internal cache use FIFO policy

Ma Lin report at bugs.python.org
Fri Mar 29 22:43:45 EDT 2019


New submission from Ma Lin <malincns at 163.com>:

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.

----------
components: Library (Lib)
messages: 339168
nosy: Ma Lin, inada.naoki, rhettinger
priority: normal
severity: normal
status: open
title: let struct's internal cache use FIFO policy
type: behavior
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36482>
_______________________________________


More information about the New-bugs-announce mailing list