]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix set literals not being visited in symtable creation.
authorGeorg Brandl <georg@python.org>
Mon, 28 Aug 2006 16:38:22 +0000 (16:38 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Aug 2006 16:38:22 +0000 (16:38 +0000)
commit17ab9a02b53691d9968bcd1fa09560a9ffe3e514
tree09f94dc6c492fc0d42f7ecce6237974e052ab501
parent86e58e239e39845e706c4afa392423f0fedcdf39
Fix set literals not being visited in symtable creation.
Python/Python-ast.c
Python/symtable.c