]> granicus.if.org Git - python/commit
Warn about global statement at the module level.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Feb 2001 23:44:45 +0000 (23:44 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Feb 2001 23:44:45 +0000 (23:44 +0000)
commitc176132d6393b7f8908d0d5f9934311273137c6e
tree0aef154ac09e7385658f65907601cab3b19fafa2
parent56ba72a5630071e4b4c355cbb4af86e189ed5ba3
Warn about global statement at the module level.

Do better accounting for global variables.
Python/compile.c