Message325611
Tim, do we care about whether "initial=None" versus "initial=_sentinel"?
The former makes for a nice looking pure python equivalent and works nicely with the argument clinic to generate a signature. However, it precludes using None as the actual start argument (though I don't see why somewone would want to do that), and it isn't parallel to reduce() (not sure I care about that at all).
Kristjan, do you want to contribute to the update of the pickle/copy code for this API extension? |
|
| Date |
User |
Action |
Args |
| 2018-09-18 04:08:45 | rhettinger | set | recipients:
+ rhettinger, kristjan.jonsson, r.david.murray, serhiy.storchaka, lisroach, xtreak, lycantropos |
| 2018-09-18 04:08:45 | rhettinger | set | messageid: <[email protected]> |
| 2018-09-18 04:08:45 | rhettinger | link | issue34659 messages |
| 2018-09-18 04:08:45 | rhettinger | create | |
|