python PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application. The format of the crash dump file generated by PyCrash is XML, so the programmer can easily read this file to understand why the program is crashed. PyCrashは、Python言語プログラム実行中に未キャッチの例外処理を管理したりプログラ>ム・コンテキスト情報を集めたりするランライム・エクスセプション・ダンパーです。PyCrashはバグ報告に使えますが、その理由はクラッシュしたアプリケーションのプログラ>ム・エキュゼキューション・コンテキストをプログラマーが解析するのを容易にするから です。PyCrashにより作成されるクラッシュ・ダンプ・ファイルの形式はXMLで、何故プロ グラムがクラッシュしたのかをプログラマが理解しやすくなるでしょう。