[issue25843] lambdas on the same line may incorrectly share code objects

Raymond Hettinger report at bugs.python.org
Fri Dec 11 21:55:18 EST 2015


Raymond Hettinger added the comment:

One possible solution for all these variants is to let code objects track both the co.firstlineno and co.firstrowno.

----------

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


More information about the Python-bugs-list mailing list