[New-bugs-announce] [issue4475] More verbose error message for Py_FindMethod

Guilherme Polo report at bugs.python.org
Sun Nov 30 20:55:32 CET 2008


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

As was told in
http://mail.python.org/pipermail/python-dev/2008-November/083782.html
some objects may print a not so nice message when an attribute is not
found. 
I considered this was due to Py_FindMethod being so easy to use that is
probably used in several extensions but it doesn't set a good error message.

----------
components: Interpreter Core
files: FindMethod_verbose_err.diff
keywords: patch
messages: 76659
nosy: gpolo
severity: normal
status: open
title: More verbose error message for Py_FindMethod
versions: Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file12175/FindMethod_verbose_err.diff

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


More information about the New-bugs-announce mailing list