Issue 4475: More verbose error message for Py_FindMethod (original ) (raw )Created on 2008-11-30 19:55 by gpolo , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (4)
msg76659 - (view)
Author: Guilherme Polo (gpolo) *
Date: 2008-11-30 19:55
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.
msg76668 - (view)
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) *
Date: 2008-11-30 22:00
Py_FindMethod was removed in 3.0
msg76671 - (view)
Author: Guilherme Polo (gpolo) *
Date: 2008-12-01 00:12
Yes, it was a mistake to set the version for py3k too, that is why I removed after noticing it.
msg114609 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-08-21 23:45
Closing now that 2.x is in bugfix-only.
History
Date
User
Action
Args
2022-04-11 14:56:41
admin
set
github: 48725
2010-08-21 23:45:02
georg.brandl
set
status: open -> closednosy: + georg.brandl messages: + resolution: out of date
2008-12-01 00:12:05
gpolo
set
messages: +
2008-11-30 22:00:10
amaury.forgeotdarc
set
nosy: + amaury.forgeotdarc messages: +
2008-11-30 21:58:27
gpolo
set
versions: - Python 3.0, Python 3.1
2008-11-30 19:55:32
gpolo
create