"Martin v. Löwis" <[EMAIL PROTECTED]> writes:

>> These messageboxes of course hang the tests on the windows build servers,
>> so probably it would be good if they could be disabled completely.
>
> I think this will be very difficult to achieve.

Could the tests be run beneath a shim process that used SetErrorMode()
to disable all the OS-based process failure dialog boxes?  If I
remember correctly the error mode is inherited, so an independent
small exec module could reset the mode, and execute the normal test
sequence as a child process.

-- David

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to