[issue13672] Add co_qualname attribute in code objects

Eric Snow report at bugs.python.org
Wed Dec 28 21:08:11 CET 2011


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

with f_func (see #12857) you would get that for free:

>>> frame.f_func.__qualname__
'A.f1'

----------
nosy: +eric.snow

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


More information about the Python-bugs-list mailing list