]> granicus.if.org Git - python/commit
Fix check_unoptimized() function. The only optimized namespaces are
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 23 Oct 2005 18:50:36 +0000 (18:50 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 23 Oct 2005 18:50:36 +0000 (18:50 +0000)
commit2dfcef5c57f35af0e1ba200ba36508be8667001a
tree8986c1ffa7f1b365801808d853822919784e8cca
parent8b528b28f15a78c116fc90303194ad8b1476034d
Fix check_unoptimized() function.  The only optimized namespaces are
in function blocks.  This elimiates spurious warnings about "import *" and
related statements at the class level.
Python/symtable.c