[issue2292] Missing *-unpacking generalizations

Joshua Landau report at bugs.python.org
Tue Jan 20 20:20:09 CET 2015


Joshua Landau added the comment:

This causes a segmentation fault if any keyword arguments come after a **-unpack. Minimal demo:

    f(**x, x=x)

----------

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


More information about the Python-bugs-list mailing list