-
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