Message 268998 - Python tracker
Message268998
| 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:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, Mark.Shannon, Demur Rumed |
| 2016-06-21 13:50:26 | serhiy.storchaka | set | messageid: <1466517026.69.0.913571206344.issue27213@psf.upfronthosting.co.za> |
| 2016-06-21 13:50:26 | serhiy.storchaka | link | issue27213 messages |
| 2016-06-21 13:50:26 | serhiy.storchaka | create | |