Process del statements as part of definedness analysis
I'm surprised we got away so long without handling them! Also, it looks like del statements go through full tuple unpacking -- so you can do something like del (l[1], [c.b])
Showing
test/tests/del_multi.py
0 → 100644
Please register or sign in to comment