On Mon, Jul 30, 2001 at 01:23:39AM -0400, Fred L. Drake, Jr. wrote:
Aahz Maruch writes:
If you have a single module that imports all four of these (and I don't think that's particularly bizarre), tracing back any random symbol to
Only if you import-* them all, and that *is* a pathelogical case. Any time you import-* *two* modules, you have a pathelogical case on your hands, just ready to explode.
We could generate a warning if the compiler detects two or more import *'s in the same codeblock ;)