[issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator

Nick Coghlan report at bugs.python.org
Tue Apr 14 00:35:08 CEST 2015


Nick Coghlan added the comment:

It sounds like at least a somewhat functional dis module is a pragmatic requirement for a Python implementation to support introspection, so +1 for reverting to the mandatory dependency on dis rather than duplicating its logic.

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list