[New-bugs-announce] [issue32788] Better error handling in sqlite3

Serhiy Storchaka report at bugs.python.org
Wed Feb 7 07:01:54 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed patch makes unexpected errors raised when look up an attribute or a key in a dict (like MemoryError, KeyboardInterrupt, etc) be leaked to a user instead of be overridden by TypeError or AttributeError.

----------
components: Extension Modules
messages: 311786
nosy: ghaering, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Better error handling in sqlite3
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32788>
_______________________________________


More information about the New-bugs-announce mailing list