A variant of --objspace-std-withmultilist that makes list slicing copy the list lazily (that is only when the original list or the slice are mutated). This is not perfectly well tested.
See the description in Standard Interpreter Optimizations for more details.