]> granicus.if.org Git - python/commit
Another bug fix for recent import * warning (caught by Thomas Wouters)
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Aug 2001 20:34:25 +0000 (20:34 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Aug 2001 20:34:25 +0000 (20:34 +0000)
commit6a53bd858216f24688a7cd9a7e6482b7f223a288
tree361c0dfe92d5ba46253b14c9c4f5683b64899fe1
parentae5262ef324c3f6578f71ff42bd1b05693fc0df0
Another bug fix for recent import * warning (caught by Thomas Wouters)

Only return if symtable_warn() returns -1, indicating that the warning
was turned into an error.
Python/compile.c