py: Properly implement deletion of locals and derefs, and detect errors.
Needed to reinstate 2 delete opcodes, to specifically check that a local is not deleted twice.
tests/basics/del-deref.py
0 → 100644
tests/basics/del-local.py
0 → 100644
Please register or sign in to comment