This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
Pythonは、デバッグモードでビルドされている場合、例外モジュールの初期化中にデバッグモードのMSCRTアサーションを無効にします。少なくともソースコードからは、Python2.6.5が_MSC_VER>= 1400、つまりVisual C ++ 2005に対してこれを実行していることがわかります。理由を知っている人はいますか?