[issue44782] LRU class given as example in OrderedDict example not work on pop

2021-07-30 Thread Maxime LEURENT
New submission from Maxime LEURENT : Hello, I try to use a dictionnary with limited size, and I use class LRU given in docs on OrderedDict. Unfortunately this class is, somehow, not working on pop method. I say somehow because if I do OrderedDict pop method by hand I don't ge

[issue44782] LRU class given as example in OrderedDict docs not work on pop

2021-07-30 Thread Maxime LEURENT
Change by Maxime LEURENT : -- title: LRU class given as example in OrderedDict example not work on pop -> LRU class given as example in OrderedDict docs not work on pop ___ Python tracker <https://bugs.python.org/issu