[issue16778] Logger.findCaller needs to be smarter

Vinay Sajip report at bugs.python.org
Sat Dec 28 09:15:56 CET 2013


Vinay Sajip added the comment:

Too late for 3.4 now, bumping to 3.5. Implementation now uses a set and '__name__' in f.f_globals to match module names passed in - this seems good enough. I plan to commit this as soon as default is updated to 3.5, unless there are alternative suggestions.

----------
versions: +Python 3.5 -Python 3.4

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


More information about the Python-bugs-list mailing list