New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32788>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to