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 ilblackdragon
Recipients belopolsky, ezio.melotti, ilblackdragon, pitrou, smurfix
Date 2013-03-21.01:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363829556.29.0.800418070138.issue2786@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is not that easy to address - because PyFunctionObject is not available from PyEval_EvalCodeEx.

Another note, is that the issue of reporting only function name without class name is observed in many places, not just for example above.

Still, will try to make a patch that will address the issue.
History
Date User Action Args
2013-03-21 01:32:36ilblackdragonsetrecipients: + ilblackdragon, belopolsky, pitrou, ezio.melotti, smurfix
2013-03-21 01:32:36ilblackdragonsetmessageid: <1363829556.29.0.800418070138.issue2786@psf.upfronthosting.co.za>
2013-03-21 01:32:36ilblackdragonlinkissue2786 messages
2013-03-21 01:32:36ilblackdragoncreate