Message238769
For now, I prefer to continue using rotate() as a primitive and am saving circular shifts for another day (likely when I start working on slices).
FWIW, the only way for append() to fail is a memory error; in which case, I would ilke to stop doing any work at alll and return a soon as possible, even if it means leaving the deque in a reordered state. |
|
| Date |
User |
Action |
Args |
| 2015-03-21 07:41:12 | rhettinger | set | recipients:
+ rhettinger, serhiy.storchaka |
| 2015-03-21 07:41:12 | rhettinger | set | messageid: <[email protected]> |
| 2015-03-21 07:41:12 | rhettinger | link | issue23704 messages |
| 2015-03-21 07:41:12 | rhettinger | create | |
|