Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6a1d84e2b37291b7e3bc5ddad14a60aed430e404 https://github.com/python/cpython/commit/6a1d84e2b37291b7e3bc5ddad14a60aed430e404 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月06日 (2017年6月06日) Changed paths: M Lib/test/test_faulthandler.py Log Message: ----------- 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).