New submission from STINNER Victor: The C function pysqlite_connection_init() doesn't check if pysqlite_connection_set_isolation_level() failed or not.
Attached patch fixes that. ---------- files: sqlite.patch keywords: patch messages: 206610 nosy: haypo priority: normal severity: normal status: open title: sqlite: handle correctly invalid isolation_level versions: Python 3.4 Added file: http://bugs.python.org/file33212/sqlite.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20026> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com