This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, eric.snow, pitrou
Date 2011-12-28.20:08:10
SpamBayes Score 0.03994402
Marked as misclassified No
Message-id <1325102891.11.0.115318435405.issue13672@psf.upfronthosting.co.za>
In-reply-to
Content
with f_func (see #12857) you would get that for free:

>>> frame.f_func.__qualname__
'A.f1'
History
Date User Action Args
2011-12-28 20:08:11eric.snowsetrecipients: + eric.snow, pitrou, Arfrever
2011-12-28 20:08:11eric.snowsetmessageid: <1325102891.11.0.115318435405.issue13672@psf.upfronthosting.co.za>
2011-12-28 20:08:10eric.snowlinkissue13672 messages
2011-12-28 20:08:10eric.snowcreate