error tests for nonlocal, fixes to properly detect these errors (Python gives warning...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 17 Dec 2010 07:43:42 +0000 (08:43 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 17 Dec 2010 07:43:42 +0000 (08:43 +0100)
commit748f27fe99c1f4816afeba2249ccb8c788fd258c
treefc088c4a43681378c32d2c797344585476114392
parent7afe86bfba35328e39b146e3df3bc491cfa71a64
error tests for nonlocal, fixes to properly detect these errors (Python gives warnings for redefs, but I find errors more appropriate)
Cython/Compiler/Symtab.py
tests/errors/e_nonlocal_T490.pyx [new file with mode: 0644]