[issue34695] sqlite3: Cache.get() crashes if Cache.__init__() was not called

Berker Peksag report at bugs.python.org
Sat Sep 15 12:13:40 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

Thanks for the report and for the patch! This is a duplicate of issue 31734. The Cache class is an implementation detail and it has no use of outside of the sqlite3 implementation as you already said.

For option 3, there is an open issue: #30262. IMO, the best way to fix this issue is to make it private.

----------
stage:  -> patch review
status: open -> closed

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


More information about the Python-bugs-list mailing list