bpo-30557: faulthandler now correctly filters and displays exception codes on Windows by zooba · Pull Request #1924 · python/cpython

@zooba

vstinner

@zooba zooba deleted the bpo-30557 branch

June 5, 2017 22:54

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

Jun 5, 2017
…codes on Windows (python#1924)

* bpo-30557: faulthandler now correctly filters and displays exception codes on Windows

* Adds test for non-fatal exceptions.

* Adds bpo number to comment.

@zooba zooba mentioned this pull request

Jun 5, 2017

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).