[New-bugs-announce] [issue20026] sqlite: handle correctly invalid isolation_level

STINNER Victor report at bugs.python.org
Thu Dec 19 13:58:50 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue20026>
_______________________________________


More information about the New-bugs-announce mailing list