This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Demur Rumed, Mark.Shannon, serhiy.storchaka, vstinner
Date 2016-06-21.13:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466517026.69.0.913571206344.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
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)) {
History
Date User Action Args
2016-06-21 13:50:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Mark.Shannon, Demur Rumed
2016-06-21 13:50:26serhiy.storchakasetmessageid: <1466517026.69.0.913571206344.issue27213@psf.upfronthosting.co.za>
2016-06-21 13:50:26serhiy.storchakalinkissue27213 messages
2016-06-21 13:50:26serhiy.storchakacreate