py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR.
This makes the runtime and object APIs more consistent. mp_store_subscr functionality now moved into objects (ie list and dict store_item).
tests/basics/del-attr.py
0 → 100644
tests/basics/del-name.py
0 → 100644
tests/basics/del-subscr.py
0 → 100644
Please register or sign in to comment