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

Jelle Zijlstra report at bugs.python.org
Thu Jun 2 15:05:07 EDT 2016


Jelle Zijlstra added the comment:

Thanks for the comment!

It is fragile in the sense that I think there is a good chance that a fix (which is going to rely on details of generated bytecode) will have bugs and break someone's working 2.7 code.

The patch's tests have a bug, which I'll fix together with a documentation patch.

----------

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


More information about the Python-bugs-list mailing list