SIGN IN SIGN UP

bpo-34822: Simplify AST for subscription. (GH-9605)

* Remove the slice type.
* Make Slice a kind of the expr type instead of the slice type.
* Replace ExtSlice(slices) with Tuple(slices, Load()).
* Replace Index(value) with a value itself.

All non-terminal nodes in AST for expressions are now of the expr type.
S
Serhiy Storchaka committed
13d52c268699f199a8e917a0f1dc4c51e5346c42
Parent: e5e5632
Committed by GitHub <noreply@github.com> on 3/10/2020, 4:52:34 PM