]> granicus.if.org Git - python/commit
Add generator detection to symbol table.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 18:10:51 +0000 (18:10 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 18:10:51 +0000 (18:10 +0000)
commitd4be10dc2c8454779e1f84cf9d1ab04daf310719
treeb3d7467d377ac9583c508d4f5365ff868088b5ff
parente4e9cd4c01b996430232069970eab9579d71d628
Add generator detection to symbol table.

Fix bug in handling of statements like "l[x:y] = 2".  The visitor was
treating this as assignments to l, x, and y!
Lib/compiler/symbols.py
Tools/compiler/compiler/symbols.py