Message 79762 - Python tracker (original) (raw)
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.