[issue2016] Crash when modifying the **kwargs passed to a function.

Amaury Forgeot d'Arc report at bugs.python.org
Wed Feb 6 18:08:02 CET 2008


Amaury Forgeot d'Arc added the comment:

This could be turned into an assertion.
But beware that some extension writers may use code like
    PyObject_Call(callable, args, Py_None)
which works perfectly today.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2016>
__________________________________


More information about the Python-bugs-list mailing list