[Python-Dev] exceptions.c location (was: Win32 build) (original) (raw)
Greg Stein gstein@lyra.org
Fri, 26 May 2000 08:46:09 -0700 (PDT)
- Previous message: [Python-Dev] Win32 build (was: RE: [Patches] From comp.lang.python: A compromise on case-sensitivity)
- Next message: [Python-Dev] Win32 build (was: RE: [Patches] From comp.lang.python: A compromise on case-sensitivity)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 27 May 2000, Barry A. Warsaw wrote:
>>>>> "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 PyExcxxx 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.
+1 for moving it to Python/ (where bltinmodule.c and sysmodule.c exist)
Cheers, -g
-- Greg Stein, http://www.lyra.org/