]> granicus.if.org Git - python/commit
Fix SF bug #479186: compiler generates bad code for "del"
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Nov 2001 16:24:34 +0000 (16:24 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Nov 2001 16:24:34 +0000 (16:24 +0000)
commit6383c2d1a677f168ed2a4dfc9cb28f93ec327a0e
treeaa993a3c8fc83851349ef7c44c44e5d91a129634
parent41c8321252a84d8a9d0ded374e7db7a4393036be
Fix SF bug #479186: compiler generates bad code for "del"

Fix by Neil Schemenauer.  Visit the Subscript node when trying to find
the operation for a statement.

XXX Not sure if there are other nodes that should be visited.
Lib/compiler/pycodegen.py