[New-bugs-announce] [issue4346] PyObject_CallMethod changes the exception message already set by PyObject_GetAttr

Guilherme Polo report at bugs.python.org
Tue Nov 18 15:15:20 CET 2008


New submission from Guilherme Polo <ggpolo at gmail.com>:

Why is PyObject_CallMethod resetting the exception message that is
already set (if an exception happened, that is) by PyObject_Getattr ?

----------
components: Interpreter Core
files: abstract_dont_re_set_except_msg.diff
keywords: patch
messages: 76009
nosy: gpolo
severity: normal
status: open
title: PyObject_CallMethod changes the exception message already set by PyObject_GetAttr
versions: Python 2.7
Added file: http://bugs.python.org/file12045/abstract_dont_re_set_except_msg.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4346>
_______________________________________


More information about the New-bugs-announce mailing list