Don't crash when nonlocal is used at module level (fixes SF#1705365)
commita4b386783c349019abbf7d2ad81af9ea417dc771
authornick.coghlan <nick.coghlan@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 23 Apr 2007 10:14:27 +0000 (23 10:14 +0000)
committernick.coghlan <nick.coghlan@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 23 Apr 2007 10:14:27 +0000 (23 10:14 +0000)
treedf7f7d6970e48074f2694d1543c74ca8433a5e4b
parent9680eb14d0e03287d1759d17d840d4ccdfccb0b2
Don't crash when nonlocal is used at module level (fixes SF#1705365)

git-svn-id: http://svn.python.org/projects/python/branches/p3yk@54925 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_syntax.py
Python/symtable.c