[Python-Dev] Win32 build (was: RE: [Patches] From comp.lang.python: A compromise on case-sensitivity)

Greg Stein gstein@lyra.org
Fri, 26 May 2000 00:48:12 -0700 (PDT)


On Fri, 26 May 2000, Tim Peters wrote:
>...
> PS:  Barry's exception patch appears to have broken the CVS Windows build
> (nothing links anymore; all the PyExc_xxx symbols aren't found; no time to
> dig more now).

The .dsp file(s) need to be updated to include the new _exceptions.c file
in their build and link step. (the symbols moved there)

IMO, it seems it would be Better(tm) to put _exceptions.c into the Python/
directory. Dependencies from the core out to Modules/ seems a bit weird.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/