[New-bugs-announce] [issue21858] Enhance error handling in the sqlite module

STINNER Victor report at bugs.python.org
Tue Jun 24 11:50:54 CEST 2014


New submission from STINNER Victor:

The _sqlite module doesn't handle correctly Python errors. It may loose the current Python exception: test_sqlite fails when the patch of the issue #21857 is applied.

Attached patch is a work-in-progress patch to fail earlier when Python raises an exception.

----------
files: sqlite_error_handling-wip.patch
keywords: patch
messages: 221445
nosy: haypo
priority: normal
severity: normal
status: open
title: Enhance error handling in the sqlite module
versions: Python 3.5
Added file: http://bugs.python.org/file35768/sqlite_error_handling-wip.patch

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


More information about the New-bugs-announce mailing list