[Python-Dev] staticforward

Jeremy Hylton jeremy@alum.mit.edu
Thu, 18 Jul 2002 18:32:30 -0400


>>>>> "MAL" == mal  <M.-A.> writes:

  MAL> What are you after here ? Remove the configure.in test as well
  MAL> ?

It is already gone.  And earlier in this thread, we established that
it did you no good, right?  You only care about compilers that choke
on static array decls with later initialization, and the test doesn't
catch that.

Jeremy