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 loewis
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond
Date 2009-01-13.18:42:56
SpamBayes Score 0.08914554
Marked as misclassified No
Message-id <496CE0AE.7000908@v.loewis.de>
In-reply-to <1231844060.17.0.741078007709.issue4804@psf.upfronthosting.co.za>
Content
> I submit to you a patch to the trunk which narrows down the problem.  In  
> stead of throwing the switch for the whole process, we selectively 
> disable the hard error checking for those two cases that require it:  

-1. Setting the CRT report mode is not thread-safe, so this code may
randomly affect concurrent threads.
History
Date User Action Args
2009-01-13 18:42:57loewissetrecipients: + loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson
2009-01-13 18:42:56loewislinkissue4804 messages
2009-01-13 18:42:56loewiscreate