Berker Peksag <berker.pek...@gmail.com> added the comment:

Thanks for the PR and for the work you've been doing to fix similar bugs in 
Python!

The Cache class is an implementation detail and it has no practical use for 
third party users. See issue 30262 for a discussion on making it private.

If a user somehow finds the Cache class, wants to do something with it, it's 
their problem if it crashes the interpreter.

So, unless you can demonstrate that these problems can be reproduced without 
using the Cache class directly, I'm inclined to close this issue as 'wontfix'.

----------
nosy: +berker.peksag

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to