• Rudi Chen's avatar
    Handle more slicing edge cases. · 95fface9
    Rudi Chen authored
    - Non-integer and non-None object passed into slices can fall back
      to item operator.
    - Support indexeable items for slices when appropriate.
    - Increase setitem and delitem ic slot sizes so that the rewriter
    can succeed.
    - Increase the performance of using slice operators on built-in types
      avoiding a lot of the guards and slowpath.
    95fface9
list.cpp 36.3 KB