New submission from Guilherme Polo <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4346> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com