[issue19611] inspect.getcallargs doesn't properly interpret set comprehension code objects.

Jelle Zijlstra report at bugs.python.org
Fri Jun 3 12:18:38 EDT 2016


Jelle Zijlstra added the comment:

This new patch makes the inspect module treat .0-type names as positional-only and renames them to implicit0. Includes a documentation patch too.

I'm not too happy with the wording in the documentation, so suggestions for better naming are appreciated.

----------
Added file: http://bugs.python.org/file43150/issue19611.patch

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


More information about the Python-bugs-list mailing list