[Python-Dev] Win32 build (was: RE: [Patches] From comp.lang.python: A compromise
on case-sensitivity)
Barry A. Warsaw
bwarsaw@python.org
Sat, 27 May 2000 08:46:44 -0400 (EDT)
>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:
GS> 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).
GS> The .dsp file(s) need to be updated to include the new
GS> _exceptions.c file in their build and link step. (the symbols
GS> moved there)
GS> IMO, it seems it would be Better(tm) to put _exceptions.c into
GS> the Python/ directory. Dependencies from the core out to
GS> Modules/ seems a bit weird.
Guido made the suggestion to move _exceptions.c to exceptions.c any
way. Should we move the file to the other directory too? Get out
your plusses and minuses.
-Barry