[issue22936] traceback module has no way to show locals

Nick Coghlan report at bugs.python.org
Thu Mar 5 15:07:00 CET 2015


Nick Coghlan added the comment:

It's only the new APIs just introduced in issue #17911 that changed to kwonly arguments.

We missed that they should really be kwonly in the original review, but it become more obvious in this patch, as it added a second feature toggle to indicate whether or not to capture the locals.

----------

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


More information about the Python-bugs-list mailing list