[issue27881] Fix possible bugs when setting sqlite3.Connection.isolation_level

Aviv Palivoda report at bugs.python.org
Thu Sep 1 13:56:37 EDT 2016


Aviv Palivoda added the comment:

What do you think about removing the isolation_level member from the pysqlite_Connection. It is only there to be for the pysqlite_connection_get_isolation_level and that could be easily calculated from the begin_statement.

----------
Added file: http://bugs.python.org/file44328/issue27881_v5.patch

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


More information about the Python-bugs-list mailing list