[New-bugs-announce] [issue32787] Better error handling in ctypes

Serhiy Storchaka report at bugs.python.org
Wed Feb 7 06:46:10 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, ctypes
messages: 311785
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Better error handling in ctypes
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list