[Python-3000] buildbots

Eric Smith eric+python-dev at trueblade.com
Thu Aug 30 13:05:45 CEST 2007


Martin v. Löwis wrote:
>> New patch (still detects the debug build because the name of the C runtime
>> dll depends on it):
> 
> I know it will be difficult to talk you into not using ctypes :-),
> but...
> 
> I think this should go into the interpreter code itself. One problem
> with your patch is that it breaks if Python is build with VC8.
> 
> It should still require an environment variable, say
> PYTHONNOERRORWINDOW, whether or not it should be considered only
> in debug releases, I don't know. One place to put it would be
> Modules/main.c (where all the other environment variables are
> considered).

It should also not be used with pythonw.exe, correct?  In that case, you 
want the various dialog boxes.



More information about the Python-3000 mailing list