This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, bobjalex
Date 2013-03-27.13:40:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364391618.16.0.385173833078.issue17551@psf.upfronthosting.co.za>
In-reply-to
Content
Does it change something if you insert in your script (in 3.3):
    import msvcrt
    msvcrt.SetErrorMode(msvcrt.SEM_FAILCRITICALERRORS)
History
Date User Action Args
2013-03-27 13:40:18amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, bobjalex
2013-03-27 13:40:18amaury.forgeotdarcsetmessageid: <1364391618.16.0.385173833078.issue17551@psf.upfronthosting.co.za>
2013-03-27 13:40:18amaury.forgeotdarclinkissue17551 messages
2013-03-27 13:40:18amaury.forgeotdarccreate