bpo-30557: Fix test_faulthandler by vstinner · Pull Request #1969 · python/cpython

@vstinner

On Windows 8, 8.1 and 10 at least, the exit code is the exception
code (no bit is cleared).

zooba pushed a commit to zooba/cpython that referenced this pull request

Jun 6, 2017
On Windows 8, 8.1 and 10 at least, the exit code is the exception
code (no bit is cleared).

zooba added a commit that referenced this pull request

Jun 6, 2017
…ption … (#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).