mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
13d52c2686
* 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.