Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2bafc0dccac2390a52670ba289878318b6ea0293 https://github.com/python/cpython/commit/2bafc0dccac2390a52670ba289878318b6ea0293 Author: Steve Dower <steve.dower at microsoft.com> Date: 2017年06月06日 (2017年6月06日) Changed paths: M Lib/test/test_faulthandler.py M Misc/NEWS M Modules/faulthandler.c Log Message: ----------- [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) * bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924) * bpo-30557: faulthandler now correctly filters and displays exception codes on Windows * Adds test for non-fatal exceptions. * Adds bpo number to comment. * bpo-30557: Fix test_faulthandler (#1969) On Windows 8, 8.1 and 10 at least, the exit code is the exception code (no bit is cleared).