This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Oren Milman, berker.peksag, ericvw, ghaering, serhiy.storchaka
Date 2018-07-23.01:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532307926.42.0.56676864532.issue31734@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2018-07-23 01:05:26berker.peksagsetrecipients: + berker.peksag, ghaering, ericvw, serhiy.storchaka, Oren Milman
2018-07-23 01:05:26berker.peksagsetmessageid: <1532307926.42.0.56676864532.issue31734@psf.upfronthosting.co.za>
2018-07-23 01:05:26berker.peksaglinkissue31734 messages
2018-07-23 01:05:25berker.peksagcreate