[issue27213] Rework CALL_FUNCTION* opcodes

Serhiy Storchaka report at bugs.python.org
Tue Jun 21 09:50:26 EDT 2016


Serhiy Storchaka added the comment:

Issue27358 is too complex, more complex than this issue. But I think the simple fix the regression in case of the single **kw is checking wherever the sum dict is empty.

-                if (with_call) {
+                if (with_call && PyDict_Size(sum)) {

----------

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


More information about the Python-bugs-list mailing list