]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:38:03 +0000 (16:38 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:38:03 +0000 (16:38 +0100)
commitcb1f74ec405b81dd1319b616829dd576a48603f8
tree99573ccb27a730f4eec2cf0b6b131823668738b6
parentcac23a50ee2979b8c2e3472e6b13efb1a8bd4f78
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
Lib/sqlite3/test/regression.py
Misc/NEWS
Modules/_sqlite/connection.c