Message268998
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)) { |
|
| 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: <[email protected]> |
| 2016-06-21 13:50:26 | serhiy.storchaka | link | issue27213 messages |
| 2016-06-21 13:50:26 | serhiy.storchaka | create | |
|