[Python-3000] buildbots
David Bolen
db3l.net at gmail.com
Thu Aug 30 08:32:40 CEST 2007
"Martin v. Löwis" <martin at v.loewis.de> writes:
> Are you saying that calling SetErrorMode also makes the VC _ASSERT
> message boxes go away?
I don't believe it should, no. The assert message boxes are from the VC
runtime, whereas the OS error dialogs are from, well, the OS :-)
Certainly in my manual tests, I still had to "Ignore" my way through the
assert dialogs before checking the results on the OS dialogs.
-- David
More information about the Python-3000
mailing list