New submission from Xiang Zhang: This is a follow up of issue27861 and means to fix the second issue mentioned in it.
pysqlite_connection_set_isolation_level now does not check allowed values and when any part fails, it leaves the Connection object in an inconsistent state. I'll write a patch trying to fix this tomorrow. ---------- components: Library (Lib) messages: 273796 nosy: berker.peksag, serhiy.storchaka, tehybel, xiang.zhang priority: normal severity: normal status: open title: Fix possible bugs when setting sqlite3.Connection.isolation_level type: behavior versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue27881> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com