]> granicus.if.org Git - python/commit
Remove code that tried to warn about shadowing builtin names after a
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 16 Jul 2003 22:04:11 +0000 (22:04 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 16 Jul 2003 22:04:11 +0000 (22:04 +0000)
commit7555294576a642aac7359c51d9b806d17d17a678
treed865292af300bfd9046465b28c94e34b680ebd65
parentbfa6872260d2d5a98e6eea69db32c0a4695b6f21
Remove code that tried to warn about shadowing builtin names after a
module had been compiled.  It gives too many spurious warnings.
Objects/moduleobject.c