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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to