[issue2786] Names in function call exception should have class names, if they're methods
Nick Coghlan
report at bugs.python.org
Sat Aug 29 04:25:05 CEST 2015
Nick Coghlan added the comment:
I think a) is worth doing regardless - in many cases, third party libraries will be dealing with function, generator or coroutine objects, rather than with code objects directly, so they'll benefit even if the updated API remains private to the interpreter.
So let's narrow the scope of this particular issue to just that, and defer the idea of a new public API for the time being.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2786>
_______________________________________
More information about the Python-bugs-list
mailing list