]> granicus.if.org Git - python/commit
Don't crash when nonlocal is used at module level (fixes SF#1705365)
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Apr 2007 10:14:27 +0000 (10:14 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Apr 2007 10:14:27 +0000 (10:14 +0000)
commit4138bfec0a189d180b7bcb89e7c8ce8a456a6b55
treebb2b24ec1eece601a1ede4e1c09bd9e8b233c18a
parent846f1ee39004e7e00f8982928ccc166e01436a77
Don't crash when nonlocal is used at module level (fixes SF#1705365)
Lib/test/test_syntax.py
Python/symtable.c