[issue30262] Don't expose sqlite3 Cache and Statement

Berker Peksag report at bugs.python.org
Fri May 5 10:21:17 EDT 2017


Berker Peksag added the comment:

Even if users somehow managed to create Cache and Statement objects themselves, they are basically implementation details of the module and there is no way to use them to mess with the internal state of the module via using the current API (e.g. Cursor.statement is not exposed)

----------
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30262>
_______________________________________


More information about the Python-bugs-list mailing list