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 skip.montanaro
Recipients pitrou, skip.montanaro, stickwithjosh
Date 2011-01-25.18:55:51
SpamBayes Score 6.785035e-05
Marked as misclassified No
Message-id <1295981752.27.0.252209166769.issue11007@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure you can get there from here, certainly not in a
straightforward way.  The traceback formatter gets a reference to
the code object (traceback -> frame -> code).  That object has a name
attribute (which is what's displayed) but it doesn't have a reference
back to the function object.
History
Date User Action Args
2011-01-25 18:55:52skip.montanarosetrecipients: + skip.montanaro, pitrou, stickwithjosh
2011-01-25 18:55:52skip.montanarosetmessageid: <1295981752.27.0.252209166769.issue11007@psf.upfronthosting.co.za>
2011-01-25 18:55:51skip.montanarolinkissue11007 messages
2011-01-25 18:55:51skip.montanarocreate