[issue21858] Enhance error handling in the sqlite module

2014-06-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 62612b195cb5 by Victor Stinner in branch '3.4':
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
http://hg.python.org/cpython/rev/62612b195cb5

New changeset 169171da66fa by Victor Stinner in branch 'default':
(Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3
http://hg.python.org/cpython/rev/169171da66fa

--
nosy: +python-dev

___
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



[issue21858] Enhance error handling in the sqlite module

2014-06-26 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
versions: +Python 3.4

___
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



[issue21858] Enhance error handling in the sqlite module

2014-06-26 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
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



[issue21858] Enhance error handling in the sqlite module

2014-06-24 Thread STINNER Victor

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