[issue16778] Logger.findCaller needs to be smarter

Vinay Sajip report at bugs.python.org
Mon Jul 21 09:56:35 CEST 2014


Vinay Sajip added the comment:

> Maybe simply having a class list

Thanks, I'm aware of this approach and have considered it. The current patch's skipCallers API seems better than exposing an internal list, but I have held off implementing this in the hope that an approach based on frame annotations can be used.

----------

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


More information about the Python-bugs-list mailing list